Color Hex Logo

#edcb93 Color Hex

#EDCB93
(237,203,147)
0 Favorites   0 Comments

Color spaces of #edcb93

RGB 237203147
HSL0.100.710.75
HSV37°38°93°
CMYK 0.000.140.38   0.07
XYZ61.547462.823036.4859
Yxy62.82300.38260.3906
Hunter Lab79.2610-0.098628.1899
CIE-Lab83.34924.344932.3759

#edcb93 color RGB value is (237,203,147).

#edcb93 hex color red value is 237, green value is 203 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #edcb93 hue: 0.10 , saturation: 0.71 and the lightness value of edcb93 is 0.75.

The process color (four color CMYK) of #edcb93 color hex is 0.00, 0.14, 0.38, 0.07. Web safe color of #edcb93 is #ffcc99. Color #edcb93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 10010011
Octal 355 313 223
Decimal 237 203 147
Hex ED CB 93

RGB Percentages of Color #edcb93

%40.37
%34.58
%25.04

CMYK Percentages of Color #edcb93

%0
%14
%38
%7

Triadic Colors of #edcb93

#edcb93 #93edcb #cb93ed

Analogous Colors of #edcb93

#edcb93 #e2ed93 #ed9e93

Monochromatic Colors of #edcb93

#edcb93

Complementary Color

#edcb93 #93b5ed

#edcb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb93 Color CSS Codes

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

#edcb93 Text Font Color

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

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


#edcb93 Background Color

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

This div background color is #edcb93


#edcb93 Border Color

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

This div border color is #edcb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb93


Comments

No comments written yet.

Please login to write comment.