Color Hex Logo

#e6cbbe Color Hex

#E6CBBE
(230,203,190)
0 Favorites   0 Comments

Color spaces of #e6cbbe

RGB 230203190
HSL0.050.440.82
HSV20°17°90°
CMYK 0.000.120.17   0.10
XYZ63.283363.252657.5888
Yxy63.25260.34370.3435
Hunter Lab79.53152.852512.7401
CIE-Lab83.57517.40019.9393

#e6cbbe color RGB value is (230,203,190).

#e6cbbe hex color red value is 230, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e6cbbe hue: 0.05 , saturation: 0.44 and the lightness value of e6cbbe is 0.82.

The process color (four color CMYK) of #e6cbbe color hex is 0.00, 0.12, 0.17, 0.10. Web safe color of #e6cbbe is #ffcccc. Color #e6cbbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11001011 10111110
Octal 346 313 276
Decimal 230 203 190
Hex E6 CB BE

RGB Percentages of Color #e6cbbe

%36.92
%32.58
%30.50

CMYK Percentages of Color #e6cbbe

%0
%12
%17
%10

Triadic Colors of #e6cbbe

#e6cbbe #bee6cb #cbbee6

Analogous Colors of #e6cbbe

#e6cbbe #e6dfbe #e6bec5

Monochromatic Colors of #e6cbbe

#e6cbbe

Complementary Color

#e6cbbe #bed9e6

#e6cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6cbbe Color CSS Codes

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

#e6cbbe Text Font Color

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

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


#e6cbbe Background Color

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

This div background color is #e6cbbe


#e6cbbe Border Color

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

This div border color is #e6cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6cbbe


Comments

No comments written yet.

Please login to write comment.