Color Hex Logo

#efb3cb Color Hex

#EFB3CB
(239,179,203)
0 Favorites   0 Comments

Color spaces of #efb3cb

RGB 239179203
HSL0.930.650.82
HSV336°25°94°
CMYK 0.000.250.15   0.06
XYZ62.496254.902763.8033
Yxy54.90270.34490.3030
Hunter Lab74.096420.88630.8137
CIE-Lab78.985225.3666-3.5948

#efb3cb color RGB value is (239,179,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110011 11001011
Octal 357 263 313
Decimal 239 179 203
Hex EF B3 CB

RGB Percentages of Color #efb3cb

%38.49
%28.82
%32.69

CMYK Percentages of Color #efb3cb

%0
%25
%15
%6

Triadic Colors of #efb3cb

#efb3cb #cbefb3 #b3cbef

Analogous Colors of #efb3cb

#efb3cb #efb9b3 #efb3e9

Monochromatic Colors of #efb3cb

#efb3cb

Complementary Color

#efb3cb #b3efd7

#efb3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb3cb Color CSS Codes

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

#efb3cb Text Font Color

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

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


#efb3cb Background Color

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

This div background color is #efb3cb


#efb3cb Border Color

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

This div border color is #efb3cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,179,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 #efb3cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb3cb


Comments

No comments written yet.

Please login to write comment.