Color Hex Logo

#efbcc9 Color Hex

#EFBCC9
(239,188,201)
0 Favorites   0 Comments

Color spaces of #efbcc9

RGB 239188201
HSL0.960.610.84
HSV345°21°94°
CMYK 0.000.210.16   0.06
XYZ64.122458.534263.1770
Yxy58.53420.34510.3150
Hunter Lab76.507615.71564.5960
CIE-Lab81.034920.27060.4886

#efbcc9 color RGB value is (239,188,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11001001
Octal 357 274 311
Decimal 239 188 201
Hex EF BC C9

RGB Percentages of Color #efbcc9

%38.06
%29.94
%32.01

CMYK Percentages of Color #efbcc9

%0
%21
%16
%6

Triadic Colors of #efbcc9

#efbcc9 #c9efbc #bcc9ef

Analogous Colors of #efbcc9

#efbcc9 #efc9bc #efbce3

Monochromatic Colors of #efbcc9

#efbcc9

Complementary Color

#efbcc9 #bcefe2

#efbcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcc9 Color CSS Codes

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

#efbcc9 Text Font Color

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

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


#efbcc9 Background Color

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

This div background color is #efbcc9


#efbcc9 Border Color

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

This div border color is #efbcc9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,188,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 #efbcc9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcc9


Comments

No comments written yet.

Please login to write comment.