Color Hex Logo

#ede70f Color Hex

#EDE70F
(237,231,15)
0 Favorites   0 Comments

Color spaces of #ede70f

RGB 23723115
HSL0.160.880.49
HSV58°94°93°
CMYK 0.000.030.94   0.07
XYZ63.587275.190811.6138
Yxy75.19080.42280.5000
Hunter Lab86.7126-20.851352.7579
CIE-Lab89.4823-17.364187.0166

#ede70f color RGB value is (237,231,15).

#ede70f hex color red value is 237, green value is 231 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ede70f hue: 0.16 , saturation: 0.88 and the lightness value of ede70f is 0.49.

The process color (four color CMYK) of #ede70f color hex is 0.00, 0.03, 0.94, 0.07. Web safe color of #ede70f is #ffff00. Color #ede70f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 00001111
Octal 355 347 17
Decimal 237 231 15
Hex ED E7 F

RGB Percentages of Color #ede70f

%49.07
%47.83
%3.11

CMYK Percentages of Color #ede70f

%0
%3
%94
%7

Triadic Colors of #ede70f

#ede70f #0fede7 #e70fed

Analogous Colors of #ede70f

#ede70f #84ed0f #ed780f

Monochromatic Colors of #ede70f

#ede70f

Complementary Color

#ede70f #0f15ed

#ede70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede70f Color CSS Codes

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

#ede70f Text Font Color

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

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


#ede70f Background Color

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

This div background color is #ede70f


#ede70f Border Color

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

This div border color is #ede70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede70f


Comments

No comments written yet.

Please login to write comment.