Color Hex Logo

#ede208 Color Hex

#EDE208
(237,226,8)
0 Favorites   0 Comments

Color spaces of #ede208

RGB 2372268
HSL0.160.930.48
HSV57°97°93°
CMYK 0.000.050.97   0.07
XYZ62.165272.414810.9307
Yxy72.41480.42720.4977
Hunter Lab85.0969-18.521351.9520
CIE-Lab88.1679-14.982986.6477

#ede208 color RGB value is (237,226,8).

#ede208 hex color red value is 237, green value is 226 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #ede208 hue: 0.16 , saturation: 0.93 and the lightness value of ede208 is 0.48.

The process color (four color CMYK) of #ede208 color hex is 0.00, 0.05, 0.97, 0.07. Web safe color of #ede208 is #ffcc00. Color #ede208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 00001000
Octal 355 342 10
Decimal 237 226 8
Hex ED E2 8

RGB Percentages of Color #ede208

%50.32
%47.98
%1.70

CMYK Percentages of Color #ede208

%0
%5
%97
%7

Triadic Colors of #ede208

#ede208 #08ede2 #e208ed

Analogous Colors of #ede208

#ede208 #86ed08 #ed7008

Monochromatic Colors of #ede208

#ede208

Complementary Color

#ede208 #0813ed

#ede208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede208 Color CSS Codes

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

#ede208 Text Font Color

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

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


#ede208 Background Color

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

This div background color is #ede208


#ede208 Border Color

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

This div border color is #ede208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede208


Comments

No comments written yet.

Please login to write comment.