Color Hex Logo

#efbbc9 Color Hex

#EFBBC9
(239,187,201)
0 Favorites   0 Comments

Color spaces of #efbbc9

RGB 239187201
HSL0.960.620.84
HSV344°22°94°
CMYK 0.000.220.16   0.06
XYZ63.909558.108463.1060
Yxy58.10840.34520.3139
Hunter Lab76.228916.25214.2770
CIE-Lab80.799020.80140.1445

#efbbc9 color RGB value is (239,187,201).

#efbbc9 hex color red value is 239, green value is 187 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #efbbc9 hue: 0.96 , saturation: 0.62 and the lightness value of efbbc9 is 0.84.

The process color (four color CMYK) of #efbbc9 color hex is 0.00, 0.22, 0.16, 0.06. Web safe color of #efbbc9 is #ffcccc. Color #efbbc9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11001001
Octal 357 273 311
Decimal 239 187 201
Hex EF BB C9

RGB Percentages of Color #efbbc9

%38.12
%29.82
%32.06

CMYK Percentages of Color #efbbc9

%0
%22
%16
%6

Triadic Colors of #efbbc9

#efbbc9 #c9efbb #bbc9ef

Analogous Colors of #efbbc9

#efbbc9 #efc7bb #efbbe3

Monochromatic Colors of #efbbc9

#efbbc9

Complementary Color

#efbbc9 #bbefe1

#efbbc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbc9 Color CSS Codes

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

#efbbc9 Text Font Color

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

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


#efbbc9 Background Color

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

This div background color is #efbbc9


#efbbc9 Border Color

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

This div border color is #efbbc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbc9


Comments

No comments written yet.

Please login to write comment.