Color Hex Logo

#edcb51 Color Hex

#EDCB51
(237,203,81)
0 Favorites   0 Comments

Color spaces of #edcb51

RGB 23720381
HSL0.130.810.62
HSV47°66°93°
CMYK 0.000.140.66   0.07
XYZ57.766261.310516.5741
Yxy61.31050.42580.4520
Hunter Lab78.3010-5.339342.2607
CIE-Lab82.5454-1.236963.1184

#edcb51 color RGB value is (237,203,81).

#edcb51 hex color red value is 237, green value is 203 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #edcb51 hue: 0.13 , saturation: 0.81 and the lightness value of edcb51 is 0.62.

The process color (four color CMYK) of #edcb51 color hex is 0.00, 0.14, 0.66, 0.07. Web safe color of #edcb51 is #ffcc66. Color #edcb51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 01010001
Octal 355 313 121
Decimal 237 203 81
Hex ED CB 51

RGB Percentages of Color #edcb51

%45.49
%38.96
%15.55

CMYK Percentages of Color #edcb51

%0
%14
%66
%7

Triadic Colors of #edcb51

#edcb51 #51edcb #cb51ed

Analogous Colors of #edcb51

#edcb51 #c1ed51 #ed7d51

Monochromatic Colors of #edcb51

#edcb51

Complementary Color

#edcb51 #5173ed

#edcb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb51 Color CSS Codes

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

#edcb51 Text Font Color

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

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


#edcb51 Background Color

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

This div background color is #edcb51


#edcb51 Border Color

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

This div border color is #edcb51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb51


Comments

No comments written yet.

Please login to write comment.