Color Hex Logo

#ede066 Color Hex

#EDE066
(237,224,102)
0 Favorites   0 Comments

Color spaces of #ede066

RGB 237224102
HSL0.150.790.66
HSV54°57°93°
CMYK 0.000.050.57   0.07
XYZ63.979072.275123.1488
Yxy72.27510.40140.4534
Hunter Lab85.0148-14.443343.3662
CIE-Lab88.1008-10.513260.1167

#ede066 color RGB value is (237,224,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100000 01100110
Octal 355 340 146
Decimal 237 224 102
Hex ED E0 66

RGB Percentages of Color #ede066

%42.10
%39.79
%18.12

CMYK Percentages of Color #ede066

%0
%5
%57
%7

Triadic Colors of #ede066

#ede066 #66ede0 #e066ed

Analogous Colors of #ede066

#ede066 #b7ed66 #ed9d66

Monochromatic Colors of #ede066

#ede066

Complementary Color

#ede066 #6673ed

#ede066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede066 Color CSS Codes

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

#ede066 Text Font Color

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

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


#ede066 Background Color

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

This div background color is #ede066


#ede066 Border Color

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

This div border color is #ede066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede066


Comments

No comments written yet.

Please login to write comment.