Color Hex Logo

#edccbf Color Hex

#EDCCBF
(237,204,191)
0 Favorites   0 Comments

Color spaces of #edccbf

RGB 237204191
HSL0.050.560.84
HSV17°19°93°
CMYK 0.000.140.19   0.07
XYZ65.921964.951858.3527
Yxy64.95180.34840.3432
Hunter Lab80.59274.969413.4863
CIE-Lab84.45899.576410.7510

#edccbf color RGB value is (237,204,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 10111111
Octal 355 314 277
Decimal 237 204 191
Hex ED CC BF

RGB Percentages of Color #edccbf

%37.50
%32.28
%30.22

CMYK Percentages of Color #edccbf

%0
%14
%19
%7

Triadic Colors of #edccbf

#edccbf #bfedcc #ccbfed

Analogous Colors of #edccbf

#edccbf #ede3bf #edbfc9

Monochromatic Colors of #edccbf

#edccbf

Complementary Color

#edccbf #bfe0ed

#edccbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccbf Color CSS Codes

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

#edccbf Text Font Color

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

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


#edccbf Background Color

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

This div background color is #edccbf


#edccbf Border Color

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

This div border color is #edccbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccbf


Comments

No comments written yet.

Please login to write comment.