Color Hex Logo

#ebb6cb Color Hex

#EBB6CB
(235,182,203)
0 Favorites   0 Comments

Color spaces of #ebb6cb

RGB 235182203
HSL0.930.570.82
HSV336°23°92°
CMYK 0.000.230.14   0.08
XYZ61.768455.429963.9434
Yxy55.42990.34100.3060
Hunter Lab74.451317.80261.1939
CIE-Lab79.288322.3659-3.1946

#ebb6cb color RGB value is (235,182,203).

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

The process color (four color CMYK) of #ebb6cb color hex is 0.00, 0.23, 0.14, 0.08. Web safe color of #ebb6cb is #ffcccc. Color #ebb6cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110110 11001011
Octal 353 266 313
Decimal 235 182 203
Hex EB B6 CB

RGB Percentages of Color #ebb6cb

%37.90
%29.35
%32.74

CMYK Percentages of Color #ebb6cb

%0
%23
%14
%8

Triadic Colors of #ebb6cb

#ebb6cb #cbebb6 #b6cbeb

Analogous Colors of #ebb6cb

#ebb6cb #ebbcb6 #ebb6e6

Monochromatic Colors of #ebb6cb

#ebb6cb

Complementary Color

#ebb6cb #b6ebd6

#ebb6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb6cb Color CSS Codes

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

#ebb6cb Text Font Color

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

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


#ebb6cb Background Color

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

This div background color is #ebb6cb


#ebb6cb Border Color

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

This div border color is #ebb6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb6cb


Comments

No comments written yet.

Please login to write comment.