Color Hex Logo

#edca38 Color Hex

#EDCA38
(237,202,56)
0 Favorites   0 Comments

Color spaces of #edca38

RGB 23720256
HSL0.130.830.57
HSV48°76°93°
CMYK 0.000.150.76   0.07
XYZ56.759460.531112.4335
Yxy60.53110.43750.4666
Hunter Lab77.8017-5.930344.9861
CIE-Lab82.1260-1.904372.1524

#edca38 color RGB value is (237,202,56).

#edca38 hex color red value is 237, green value is 202 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #edca38 hue: 0.13 , saturation: 0.83 and the lightness value of edca38 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 00111000
Octal 355 312 70
Decimal 237 202 56
Hex ED CA 38

RGB Percentages of Color #edca38

%47.88
%40.81
%11.31

CMYK Percentages of Color #edca38

%0
%15
%76
%7

Triadic Colors of #edca38

#edca38 #38edca #ca38ed

Analogous Colors of #edca38

#edca38 #b6ed38 #ed7038

Monochromatic Colors of #edca38

#edca38

Complementary Color

#edca38 #385bed

#edca38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca38 Color CSS Codes

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

#edca38 Text Font Color

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

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


#edca38 Background Color

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

This div background color is #edca38


#edca38 Border Color

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

This div border color is #edca38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca38


Comments

No comments written yet.

Please login to write comment.