Color Hex Logo

#efcbee Color Hex

#EFCBEE
(239,203,238)
0 Favorites   0 Comments

Color spaces of #efcbee

RGB 239203238
HSL0.840.530.87
HSV302°15°94°
CMYK 0.000.150.00   0.06
XYZ72.385267.235690.0516
Yxy67.23560.31520.2927
Hunter Lab81.997314.0801-7.7157
CIE-Lab85.622818.5755-12.5212

#efcbee color RGB value is (239,203,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11101110
Octal 357 313 356
Decimal 239 203 238
Hex EF CB EE

RGB Percentages of Color #efcbee

%35.15
%29.85
%35.00

CMYK Percentages of Color #efcbee

%0
%15
%0
%6

Triadic Colors of #efcbee

#efcbee #eeefcb #cbeeef

Analogous Colors of #efcbee

#efcbee #efcbdc #decbef

Monochromatic Colors of #efcbee

#efcbee

Complementary Color

#efcbee #cbefcc

#efcbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbee Color CSS Codes

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

#efcbee Text Font Color

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

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


#efcbee Background Color

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

This div background color is #efcbee


#efcbee Border Color

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

This div border color is #efcbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbee


Comments

No comments written yet.

Please login to write comment.