Color Hex Logo

#edca10 Color Hex

#EDCA10
(237,202,16)
0 Favorites   0 Comments

Color spaces of #edca10

RGB 23720216
HSL0.140.870.50
HSV50°93°93°
CMYK 0.000.150.93   0.07
XYZ56.139160.28309.1671
Yxy60.28300.44700.4800
Hunter Lab77.6421-6.809447.3492
CIE-Lab81.9918-2.865181.2942

#edca10 color RGB value is (237,202,16).

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

The process color (four color CMYK) of #edca10 color hex is 0.00, 0.15, 0.93, 0.07. Web safe color of #edca10 is #ffcc00. Color #edca10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001010 00010000
Octal 355 312 20
Decimal 237 202 16
Hex ED CA 10

RGB Percentages of Color #edca10

%52.09
%44.40
%3.52

CMYK Percentages of Color #edca10

%0
%15
%93
%7

Triadic Colors of #edca10

#edca10 #10edca #ca10ed

Analogous Colors of #edca10

#edca10 #a2ed10 #ed5c10

Monochromatic Colors of #edca10

#edca10

Complementary Color

#edca10 #1033ed

#edca10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edca10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edca10 Color CSS Codes

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

#edca10 Text Font Color

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

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


#edca10 Background Color

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

This div background color is #edca10


#edca10 Border Color

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

This div border color is #edca10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edca10


Comments

No comments written yet.

Please login to write comment.