Color Hex Logo

#efcceb Color Hex

#EFCCEB
(239,204,235)
0 Favorites   0 Comments

Color spaces of #efcceb

RGB 239204235
HSL0.850.520.87
HSV307°15°94°
CMYK 0.000.150.02   0.06
XYZ72.184967.534687.8282
Yxy67.53460.31720.2968
Hunter Lab82.179412.9771-5.8398
CIE-Lab85.773217.5056-10.7039

#efcceb color RGB value is (239,204,235).

#efcceb hex color red value is 239, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #efcceb hue: 0.85 , saturation: 0.52 and the lightness value of efcceb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 11101011
Octal 357 314 353
Decimal 239 204 235
Hex EF CC EB

RGB Percentages of Color #efcceb

%35.25
%30.09
%34.66

CMYK Percentages of Color #efcceb

%0
%15
%2
%6

Triadic Colors of #efcceb

#efcceb #ebefcc #ccebef

Analogous Colors of #efcceb

#efcceb #efccda #e2ccef

Monochromatic Colors of #efcceb

#efcceb

Complementary Color

#efcceb #ccefd0

#efcceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcceb Color CSS Codes

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

#efcceb Text Font Color

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

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


#efcceb Background Color

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

This div background color is #efcceb


#efcceb Border Color

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

This div border color is #efcceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcceb


Comments

No comments written yet.

Please login to write comment.