Color Hex Logo

#ef9ecb Color Hex

#EF9ECB
(239,158,203)
0 Favorites   0 Comments

Color spaces of #ef9ecb

RGB 239158203
HSL0.910.720.78
HSV327°34°94°
CMYK 0.000.340.15   0.06
XYZ58.603047.116262.5055
Yxy47.11620.34840.2801
Hunter Lab68.641232.2736-5.9413
CIE-Lab74.264036.4938-10.5921

#ef9ecb color RGB value is (239,158,203).

#ef9ecb hex color red value is 239, green value is 158 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ef9ecb hue: 0.91 , saturation: 0.72 and the lightness value of ef9ecb is 0.78.

The process color (four color CMYK) of #ef9ecb color hex is 0.00, 0.34, 0.15, 0.06. Web safe color of #ef9ecb is #ff99cc. Color #ef9ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011110 11001011
Octal 357 236 313
Decimal 239 158 203
Hex EF 9E CB

RGB Percentages of Color #ef9ecb

%39.83
%26.33
%33.83

CMYK Percentages of Color #ef9ecb

%0
%34
%15
%6

Triadic Colors of #ef9ecb

#ef9ecb #cbef9e #9ecbef

Analogous Colors of #ef9ecb

#ef9ecb #ef9ea3 #eb9eef

Monochromatic Colors of #ef9ecb

#ef9ecb

Complementary Color

#ef9ecb #9eefc2

#ef9ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef9ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef9ecb Color CSS Codes

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

#ef9ecb Text Font Color

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

This sample text font color is #ef9ecb
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.


#ef9ecb Background Color

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

This div background color is #ef9ecb


#ef9ecb Border Color

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

This div border color is #ef9ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef9ecb


Comments

No comments written yet.

Please login to write comment.