Color Hex Logo

#edcb04 Color Hex

#EDCB04
(237,203,4)
0 Favorites   0 Comments

Color spaces of #edcb04

RGB 2372034
HSL0.140.970.47
HSV51°98°93°
CMYK 0.000.140.98   0.07
XYZ56.302960.72528.8685
Yxy60.72520.44720.4823
Hunter Lab77.9264-7.402447.8009
CIE-Lab82.2308-3.487782.6686

#edcb04 color RGB value is (237,203,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001011 00000100
Octal 355 313 4
Decimal 237 203 4
Hex ED CB 4

RGB Percentages of Color #edcb04

%53.38
%45.72
%0.90

CMYK Percentages of Color #edcb04

%0
%14
%98
%7

Triadic Colors of #edcb04

#edcb04 #04edcb #cb04ed

Analogous Colors of #edcb04

#edcb04 #9bed04 #ed5604

Monochromatic Colors of #edcb04

#edcb04

Complementary Color

#edcb04 #0426ed

#edcb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcb04 Color CSS Codes

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

#edcb04 Text Font Color

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

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


#edcb04 Background Color

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

This div background color is #edcb04


#edcb04 Border Color

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

This div border color is #edcb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcb04


Comments

No comments written yet.

Please login to write comment.