Color Hex Logo

#edd701 Color Hex

#EDD701
(237,215,1)
0 Favorites   0 Comments

Color spaces of #edd701

RGB 2372151
HSL0.150.990.47
HSV54°100°93°
CMYK 0.000.091.00   0.07
XYZ59.231066.60769.7635
Yxy66.60760.43680.4912
Hunter Lab81.6135-13.277250.0365
CIE-Lab85.3054-9.583585.1462

#edd701 color RGB value is (237,215,1).

#edd701 hex color red value is 237, green value is 215 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #edd701 hue: 0.15 , saturation: 0.99 and the lightness value of edd701 is 0.47.

The process color (four color CMYK) of #edd701 color hex is 0.00, 0.09, 1.00, 0.07. Web safe color of #edd701 is #ffcc00. Color #edd701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 00000001
Octal 355 327 1
Decimal 237 215 1
Hex ED D7 1

RGB Percentages of Color #edd701

%52.32
%47.46
%0.22

CMYK Percentages of Color #edd701

%0
%9
%100
%7

Triadic Colors of #edd701

#edd701 #01edd7 #d701ed

Analogous Colors of #edd701

#edd701 #8ded01 #ed6101

Monochromatic Colors of #edd701

#edd701

Complementary Color

#edd701 #0117ed

#edd701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd701 Color CSS Codes

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

#edd701 Text Font Color

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

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


#edd701 Background Color

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

This div background color is #edd701


#edd701 Border Color

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

This div border color is #edd701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd701


Comments

No comments written yet.

Please login to write comment.