Color Hex Logo

#efb2cb Color Hex

#EFB2CB
(239,178,203)
0 Favorites   0 Comments

Color spaces of #efb2cb

RGB 239178203
HSL0.930.660.82
HSV335°26°94°
CMYK 0.000.260.15   0.06
XYZ62.296554.503363.7367
Yxy54.50330.34510.3019
Hunter Lab73.826421.42660.4915
CIE-Lab78.754325.8982-3.9346

#efb2cb color RGB value is (239,178,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110010 11001011
Octal 357 262 313
Decimal 239 178 203
Hex EF B2 CB

RGB Percentages of Color #efb2cb

%38.55
%28.71
%32.74

CMYK Percentages of Color #efb2cb

%0
%26
%15
%6

Triadic Colors of #efb2cb

#efb2cb #cbefb2 #b2cbef

Analogous Colors of #efb2cb

#efb2cb #efb8b2 #efb2ea

Monochromatic Colors of #efb2cb

#efb2cb

Complementary Color

#efb2cb #b2efd6

#efb2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb2cb Color CSS Codes

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

#efb2cb Text Font Color

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

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


#efb2cb Background Color

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

This div background color is #efb2cb


#efb2cb Border Color

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

This div border color is #efb2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb2cb


Comments

No comments written yet.

Please login to write comment.