Color Hex Logo

#edca28 Color Hex

#EDCA28
(237,202,40)
0 Favorites   0 Comments

Color spaces of #edca28

RGB 23720240
HSL0.140.850.54
HSV49°83°93°
CMYK 0.000.150.83   0.07
XYZ56.428660.398810.6915
Yxy60.39880.44250.4736
Hunter Lab77.7167-6.398746.2451
CIE-Lab82.0545-2.415576.7904

#edca28 color RGB value is (237,202,40).

#edca28 hex color red value is 237, green value is 202 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #edca28 hue: 0.14 , saturation: 0.85 and the lightness value of edca28 is 0.54.

The process color (four color CMYK) of #edca28 color hex is 0.00, 0.15, 0.83, 0.07. Web safe color of #edca28 is #ffcc33. Color #edca28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 00101000
Octal 355 312 50
Decimal 237 202 40
Hex ED CA 28

RGB Percentages of Color #edca28

%49.48
%42.17
%8.35

CMYK Percentages of Color #edca28

%0
%15
%83
%7

Triadic Colors of #edca28

#edca28 #28edca #ca28ed

Analogous Colors of #edca28

#edca28 #aeed28 #ed6828

Monochromatic Colors of #edca28

#edca28

Complementary Color

#edca28 #284bed

#edca28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca28 Color CSS Codes

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

#edca28 Text Font Color

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

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


#edca28 Background Color

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

This div background color is #edca28


#edca28 Border Color

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

This div border color is #edca28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca28


Comments

No comments written yet.

Please login to write comment.