Color Hex Logo

#efbbc6 Color Hex

#EFBBC6
(239,187,198)
0 Favorites   0 Comments

Color spaces of #efbbc6

RGB 239187198
HSL0.960.620.84
HSV347°22°94°
CMYK 0.000.220.17   0.06
XYZ63.560057.968661.2652
Yxy57.96860.34770.3171
Hunter Lab76.137115.77365.5871
CIE-Lab80.721320.33631.6479

#efbbc6 color RGB value is (239,187,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11000110
Octal 357 273 306
Decimal 239 187 198
Hex EF BB C6

RGB Percentages of Color #efbbc6

%38.30
%29.97
%31.73

CMYK Percentages of Color #efbbc6

%0
%22
%17
%6

Triadic Colors of #efbbc6

#efbbc6 #c6efbb #bbc6ef

Analogous Colors of #efbbc6

#efbbc6 #efcabb #efbbe0

Monochromatic Colors of #efbbc6

#efbbc6

Complementary Color

#efbbc6 #bbefe4

#efbbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbc6 Color CSS Codes

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

#efbbc6 Text Font Color

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

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


#efbbc6 Background Color

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

This div background color is #efbbc6


#efbbc6 Border Color

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

This div border color is #efbbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbc6


Comments

No comments written yet.

Please login to write comment.