Color Hex Logo

#ede067 Color Hex

#EDE067
(237,224,103)
0 Favorites   0 Comments

Color spaces of #ede067

RGB 237224103
HSL0.150.790.67
HSV54°57°93°
CMYK 0.000.050.57   0.07
XYZ64.028972.295123.4116
Yxy72.29510.40080.4526
Hunter Lab85.0265-14.377743.1934
CIE-Lab88.1104-10.440759.6832

#ede067 color RGB value is (237,224,103).

#ede067 hex color red value is 237, green value is 224 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ede067 hue: 0.15 , saturation: 0.79 and the lightness value of ede067 is 0.67.

The process color (four color CMYK) of #ede067 color hex is 0.00, 0.05, 0.57, 0.07. Web safe color of #ede067 is #ffcc66. Color #ede067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 01100111
Octal 355 340 147
Decimal 237 224 103
Hex ED E0 67

RGB Percentages of Color #ede067

%42.02
%39.72
%18.26

CMYK Percentages of Color #ede067

%0
%5
%57
%7

Triadic Colors of #ede067

#ede067 #67ede0 #e067ed

Analogous Colors of #ede067

#ede067 #b7ed67 #ed9d67

Monochromatic Colors of #ede067

#ede067

Complementary Color

#ede067 #6774ed

#ede067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede067 Color CSS Codes

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

#ede067 Text Font Color

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

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


#ede067 Background Color

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

This div background color is #ede067


#ede067 Border Color

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

This div border color is #ede067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede067


Comments

No comments written yet.

Please login to write comment.