Color Hex Logo

#edcdbe Color Hex

#EDCDBE
(237,205,190)
0 Favorites   0 Comments

Color spaces of #edcdbe

RGB 237205190
HSL0.050.570.84
HSV19°20°93°
CMYK 0.000.140.20   0.07
XYZ66.050665.384957.8545
Yxy65.38490.34890.3454
Hunter Lab80.86094.299714.1818
CIE-Lab84.68178.903911.5988

#edcdbe color RGB value is (237,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 10111110
Octal 355 315 276
Decimal 237 205 190
Hex ED CD BE

RGB Percentages of Color #edcdbe

%37.50
%32.44
%30.06

CMYK Percentages of Color #edcdbe

%0
%14
%20
%7

Triadic Colors of #edcdbe

#edcdbe #beedcd #cdbeed

Analogous Colors of #edcdbe

#edcdbe #ede5be #edbec7

Monochromatic Colors of #edcdbe

#edcdbe

Complementary Color

#edcdbe #bedeed

#edcdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdbe Color CSS Codes

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

#edcdbe Text Font Color

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

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


#edcdbe Background Color

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

This div background color is #edcdbe


#edcdbe Border Color

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

This div border color is #edcdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdbe

#edcdbe Color Palettes


Comments

No comments written yet.

Please login to write comment.