Color Hex Logo

#ede975 Color Hex

#EDE975
(237,233,117)
0 Favorites   0 Comments

Color spaces of #ede975

RGB 237233117
HSL0.160.770.69
HSV58°51°93°
CMYK 0.000.020.51   0.07
XYZ67.274977.566728.2557
Yxy77.56670.38870.4481
Hunter Lab88.0720-17.776442.6286
CIE-Lab90.5818-13.808156.1927

#ede975 color RGB value is (237,233,117).

#ede975 hex color red value is 237, green value is 233 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ede975 hue: 0.16 , saturation: 0.77 and the lightness value of ede975 is 0.69.

The process color (four color CMYK) of #ede975 color hex is 0.00, 0.02, 0.51, 0.07. Web safe color of #ede975 is #ffff66. Color #ede975 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 01110101
Octal 355 351 165
Decimal 237 233 117
Hex ED E9 75

RGB Percentages of Color #ede975

%40.37
%39.69
%19.93

CMYK Percentages of Color #ede975

%0
%2
%51
%7

Triadic Colors of #ede975

#ede975 #75ede9 #e975ed

Analogous Colors of #ede975

#ede975 #b5ed75 #edad75

Monochromatic Colors of #ede975

#ede975

Complementary Color

#ede975 #7579ed

#ede975 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede975 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede975 Color CSS Codes

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

#ede975 Text Font Color

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

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


#ede975 Background Color

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

This div background color is #ede975


#ede975 Border Color

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

This div border color is #ede975


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede975


Comments

No comments written yet.

Please login to write comment.