Color Hex Logo

#edcb16 Color Hex

#EDCB16
(237,203,22)
0 Favorites   0 Comments

Color spaces of #edcb16

RGB 23720322
HSL0.140.860.51
HSV51°91°93°
CMYK 0.000.140.91   0.07
XYZ56.425860.77439.5157
Yxy60.77430.44530.4796
Hunter Lab77.9579-7.228247.3335
CIE-Lab82.2573-3.296580.6546

#edcb16 color RGB value is (237,203,22).

#edcb16 hex color red value is 237, green value is 203 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #edcb16 hue: 0.14 , saturation: 0.86 and the lightness value of edcb16 is 0.51.

The process color (four color CMYK) of #edcb16 color hex is 0.00, 0.14, 0.91, 0.07. Web safe color of #edcb16 is #ffcc00. Color #edcb16 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 00010110
Octal 355 313 26
Decimal 237 203 22
Hex ED CB 16

RGB Percentages of Color #edcb16

%51.30
%43.94
%4.76

CMYK Percentages of Color #edcb16

%0
%14
%91
%7

Triadic Colors of #edcb16

#edcb16 #16edcb #cb16ed

Analogous Colors of #edcb16

#edcb16 #a4ed16 #ed5f16

Monochromatic Colors of #edcb16

#edcb16

Complementary Color

#edcb16 #1638ed

#edcb16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb16 Color CSS Codes

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

#edcb16 Text Font Color

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

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


#edcb16 Background Color

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

This div background color is #edcb16


#edcb16 Border Color

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

This div border color is #edcb16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb16


Comments

No comments written yet.

Please login to write comment.