color codes Logo

#ef656b color codes

#EF656B
(239,101,107)
0 Favorites   0 Comments

Color spaces of #ef656b

RGB 239101107
HSL0.990.810.67
HSV357°58°94°
CMYK 0.000.580.55   0.06
XYZ42.904128.719617.1921
Yxy28.71960.48310.3234
Hunter Lab53.590749.121518.4930
CIE-Lab60.533453.666123.8556

#ef656b color RGB value is (239,101,107).

#ef656b hex color red value is 239, green value is 101 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ef656b hue: 0.99 , saturation: 0.81 and the lightness value of ef656b is 0.67.

The process color (four color CMYK) of #ef656b color code is 0.00, 0.58, 0.55, 0.06. Web safe color of #ef656b is #ff6666. Color #ef656b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100101 01101011
Octal 357 145 153
Decimal 239 101 107
Hex EF 65 6B

RGB Percentages of Color #ef656b

%53.47
%22.60
%23.94

CMYK Percentages of Color #ef656b

%0
%58
%55
%6

Triadic Colors of #ef656b

#ef656b #6bef65 #656bef

Analogous Colors of #ef656b

#ef656b #efa465 #ef65b0

Monochromatic Colors of #ef656b

#ef656b

Complementary Color

#ef656b #65efe9

#ef656b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef656b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef656b Color CSS Codes

.mybgcolor {background-color:#ef656b; } 
.myforecolor {color:#ef656b; }
.mybordercolor {border:3px solid #ef656b; }

#ef656b Text Font Color

<p style="color:#ef656b">Text here</p>

This sample text font color is #ef656b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ef656b Background Color

<div style="background-color:#ef656b">
Div content here</div>

This div background color is #ef656b


#ef656b Border Color

<div style="border:3px solid #ef656b">
Div here</div>

This div border color is #ef656b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,101,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ef656b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ef656b;
  -webkit-box-shadow: 1px 1px 3px 2px #ef656b;
  box-shadow:         1px 1px 3px 2px #ef656b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,101,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ef656b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ef656b;
  -webkit-box-shadow: 1px 1px 3px 2px #ef656b;
  box-shadow:         1px 1px 3px 2px #ef656b;">
Div content here</div>

This div box has shadow with color #ef656b


Comments

No comments written yet.

Please login to write comment.