Color Hex Logo

#edcebf Color Hex

#EDCEBF
(237,206,191)
0 Favorites   0 Comments

Color spaces of #edcebf

RGB 237206191
HSL0.050.560.84
HSV20°19°93°
CMYK 0.000.130.19   0.07
XYZ66.400365.908758.5122
Yxy65.90870.34800.3454
Hunter Lab81.18423.922314.0966
CIE-Lab84.94988.528311.4496

#edcebf color RGB value is (237,206,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001110 10111111
Octal 355 316 277
Decimal 237 206 191
Hex ED CE BF

RGB Percentages of Color #edcebf

%37.38
%32.49
%30.13

CMYK Percentages of Color #edcebf

%0
%13
%19
%7

Triadic Colors of #edcebf

#edcebf #bfedce #cebfed

Analogous Colors of #edcebf

#edcebf #ede5bf #edbfc7

Monochromatic Colors of #edcebf

#edcebf

Complementary Color

#edcebf #bfdeed

#edcebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcebf Color CSS Codes

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

#edcebf Text Font Color

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

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


#edcebf Background Color

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

This div background color is #edcebf


#edcebf Border Color

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

This div border color is #edcebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcebf


Comments

No comments written yet.

Please login to write comment.