Color Hex Logo

#edcbbe Color Hex

#EDCBBE
(237,203,190)
0 Favorites   0 Comments

Color spaces of #edcbbe

RGB 237203190
HSL0.050.570.84
HSV17°20°93°
CMYK 0.000.140.20   0.07
XYZ65.575364.434157.6960
Yxy64.43410.34940.3433
Hunter Lab80.27095.347213.5739
CIE-Lab84.19139.952810.9013

#edcbbe color RGB value is (237,203,190).

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

The process color (four color CMYK) of #edcbbe color hex is 0.00, 0.14, 0.20, 0.07. Web safe color of #edcbbe is #ffcccc. Color #edcbbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10111110
Octal 355 313 276
Decimal 237 203 190
Hex ED CB BE

RGB Percentages of Color #edcbbe

%37.62
%32.22
%30.16

CMYK Percentages of Color #edcbbe

%0
%14
%20
%7

Triadic Colors of #edcbbe

#edcbbe #beedcb #cbbeed

Analogous Colors of #edcbbe

#edcbbe #ede3be #edbec9

Monochromatic Colors of #edcbbe

#edcbbe

Complementary Color

#edcbbe #bee0ed

#edcbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbbe Color CSS Codes

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

#edcbbe Text Font Color

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

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


#edcbbe Background Color

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

This div background color is #edcbbe


#edcbbe Border Color

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

This div border color is #edcbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbbe


Comments

No comments written yet.

Please login to write comment.