Color Hex Logo

#edcb0f Color Hex

#EDCB0F
(237,203,15)
0 Favorites   0 Comments

Color spaces of #edcb0f

RGB 23720315
HSL0.140.880.49
HSV51°94°93°
CMYK 0.000.140.94   0.07
XYZ56.367260.75099.2072
Yxy60.75090.44620.4809
Hunter Lab77.9429-7.311347.5562
CIE-Lab82.2446-3.387681.6026

#edcb0f color RGB value is (237,203,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 00001111
Octal 355 313 17
Decimal 237 203 15
Hex ED CB F

RGB Percentages of Color #edcb0f

%52.09
%44.62
%3.30

CMYK Percentages of Color #edcb0f

%0
%14
%94
%7

Triadic Colors of #edcb0f

#edcb0f #0fedcb #cb0fed

Analogous Colors of #edcb0f

#edcb0f #a0ed0f #ed5c0f

Monochromatic Colors of #edcb0f

#edcb0f

Complementary Color

#edcb0f #0f31ed

#edcb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb0f Color CSS Codes

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

#edcb0f Text Font Color

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

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


#edcb0f Background Color

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

This div background color is #edcb0f


#edcb0f Border Color

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

This div border color is #edcb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb0f


Comments

No comments written yet.

Please login to write comment.