Color Hex Logo

#efcbea Color Hex

#EFCBEA
(239,203,234)
0 Favorites   0 Comments

Color spaces of #efcbea

RGB 239203234
HSL0.860.530.87
HSV308°15°94°
CMYK 0.000.150.02   0.06
XYZ71.803867.003186.9903
Yxy67.00310.31800.2967
Hunter Lab81.855413.3337-5.7105
CIE-Lab85.505517.8553-10.5715

#efcbea color RGB value is (239,203,234).

#efcbea hex color red value is 239, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #efcbea hue: 0.86 , saturation: 0.53 and the lightness value of efcbea is 0.87.

The process color (four color CMYK) of #efcbea color hex is 0.00, 0.15, 0.02, 0.06. Web safe color of #efcbea is #ffccff. Color #efcbea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11101010
Octal 357 313 352
Decimal 239 203 234
Hex EF CB EA

RGB Percentages of Color #efcbea

%35.36
%30.03
%34.62

CMYK Percentages of Color #efcbea

%0
%15
%2
%6

Triadic Colors of #efcbea

#efcbea #eaefcb #cbeaef

Analogous Colors of #efcbea

#efcbea #efcbd8 #e2cbef

Monochromatic Colors of #efcbea

#efcbea

Complementary Color

#efcbea #cbefd0

#efcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbea Color CSS Codes

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

#efcbea Text Font Color

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

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


#efcbea Background Color

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

This div background color is #efcbea


#efcbea Border Color

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

This div border color is #efcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbea


Comments

No comments written yet.

Please login to write comment.