Color Hex Logo

#efb2ce Color Hex

#EFB2CE
(239,178,206)
0 Favorites   0 Comments

Color spaces of #efb2ce

RGB 239178206
HSL0.920.660.82
HSV332°26°94°
CMYK 0.000.260.14   0.06
XYZ62.657654.647765.6382
Yxy54.64770.34250.2987
Hunter Lab73.924121.9284-0.8975
CIE-Lab78.837926.3754-5.4379

#efb2ce color RGB value is (239,178,206).

#efb2ce hex color red value is 239, green value is 178 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #efb2ce hue: 0.92 , saturation: 0.66 and the lightness value of efb2ce is 0.82.

The process color (four color CMYK) of #efb2ce color hex is 0.00, 0.26, 0.14, 0.06. Web safe color of #efb2ce is #ff99cc. Color #efb2ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 11001110
Octal 357 262 316
Decimal 239 178 206
Hex EF B2 CE

RGB Percentages of Color #efb2ce

%38.36
%28.57
%33.07

CMYK Percentages of Color #efb2ce

%0
%26
%14
%6

Triadic Colors of #efb2ce

#efb2ce #ceefb2 #b2ceef

Analogous Colors of #efb2ce

#efb2ce #efb5b2 #efb2ed

Monochromatic Colors of #efb2ce

#efb2ce

Complementary Color

#efb2ce #b2efd3

#efb2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb2ce Color CSS Codes

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

#efb2ce Text Font Color

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

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


#efb2ce Background Color

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

This div background color is #efb2ce


#efb2ce Border Color

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

This div border color is #efb2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb2ce


Comments

No comments written yet.

Please login to write comment.