Color Hex Logo

#edc36b Color Hex

#EDC36B
(237,195,107)
0 Favorites   0 Comments

Color spaces of #edc36b

RGB 237195107
HSL0.110.780.67
HSV41°55°93°
CMYK 0.000.180.55   0.07
XYZ57.094058.096322.1144
Yxy58.09630.41580.4231
Hunter Lab76.22090.320536.1525
CIE-Lab80.79234.670349.3209

#edc36b color RGB value is (237,195,107).

#edc36b hex color red value is 237, green value is 195 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #edc36b hue: 0.11 , saturation: 0.78 and the lightness value of edc36b is 0.67.

The process color (four color CMYK) of #edc36b color hex is 0.00, 0.18, 0.55, 0.07. Web safe color of #edc36b is #ffcc66. Color #edc36b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 01101011
Octal 355 303 153
Decimal 237 195 107
Hex ED C3 6B

RGB Percentages of Color #edc36b

%43.97
%36.18
%19.85

CMYK Percentages of Color #edc36b

%0
%18
%55
%7

Triadic Colors of #edc36b

#edc36b #6bedc3 #c36bed

Analogous Colors of #edc36b

#edc36b #d6ed6b #ed826b

Monochromatic Colors of #edc36b

#edc36b

Complementary Color

#edc36b #6b95ed

#edc36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc36b Color CSS Codes

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

#edc36b Text Font Color

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

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


#edc36b Background Color

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

This div background color is #edc36b


#edc36b Border Color

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

This div border color is #edc36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc36b


Comments

No comments written yet.

Please login to write comment.