Color Hex Logo

#edcbbf Color Hex

#EDCBBF
(237,203,191)
0 Favorites   0 Comments

Color spaces of #edcbbf

RGB 237203191
HSL0.040.560.84
HSV16°19°93°
CMYK 0.000.140.19   0.07
XYZ65.685064.478058.2737
Yxy64.47800.34860.3422
Hunter Lab80.29825.493613.1810
CIE-Lab84.214010.101010.4022

#edcbbf color RGB value is (237,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10111111
Octal 355 313 277
Decimal 237 203 191
Hex ED CB BF

RGB Percentages of Color #edcbbf

%37.56
%32.17
%30.27

CMYK Percentages of Color #edcbbf

%0
%14
%19
%7

Triadic Colors of #edcbbf

#edcbbf #bfedcb #cbbfed

Analogous Colors of #edcbbf

#edcbbf #ede2bf #edbfca

Monochromatic Colors of #edcbbf

#edcbbf

Complementary Color

#edcbbf #bfe1ed

#edcbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcbbf Color CSS Codes

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

#edcbbf Text Font Color

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

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


#edcbbf Background Color

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

This div background color is #edcbbf


#edcbbf Border Color

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

This div border color is #edcbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcbbf


Comments

No comments written yet.

Please login to write comment.