Color Hex Logo

#edc55b Color Hex

#EDC55B
(237,197,91)
0 Favorites   0 Comments

Color spaces of #edc55b

RGB 23719791
HSL0.120.800.64
HSV44°62°93°
CMYK 0.000.170.62   0.07
XYZ56.779658.692418.2337
Yxy58.69240.42470.4390
Hunter Lab76.6110-1.775439.5164
CIE-Lab81.12222.472457.2132

#edc55b color RGB value is (237,197,91).

#edc55b hex color red value is 237, green value is 197 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #edc55b hue: 0.12 , saturation: 0.80 and the lightness value of edc55b is 0.64.

The process color (four color CMYK) of #edc55b color hex is 0.00, 0.17, 0.62, 0.07. Web safe color of #edc55b is #ffcc66. Color #edc55b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 01011011
Octal 355 305 133
Decimal 237 197 91
Hex ED C5 5B

RGB Percentages of Color #edc55b

%45.14
%37.52
%17.33

CMYK Percentages of Color #edc55b

%0
%17
%62
%7

Triadic Colors of #edc55b

#edc55b #5bedc5 #c55bed

Analogous Colors of #edc55b

#edc55b #cced5b #ed7c5b

Monochromatic Colors of #edc55b

#edc55b

Complementary Color

#edc55b #5b83ed

#edc55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc55b Color CSS Codes

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

#edc55b Text Font Color

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

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


#edc55b Background Color

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

This div background color is #edc55b


#edc55b Border Color

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

This div border color is #edc55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc55b


Comments

No comments written yet.

Please login to write comment.