Color Hex Logo

#ede75d Color Hex

#EDE75D
(237,231,93)
0 Favorites   0 Comments

Color spaces of #ede75d

RGB 23723193
HSL0.160.800.65
HSV58°61°93°
CMYK 0.000.030.61   0.07
XYZ65.476775.946721.5641
Yxy75.94670.40170.4660
Hunter Lab87.1474-18.395146.3322
CIE-Lab89.8346-14.593365.8944

#ede75d color RGB value is (237,231,93).

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

The process color (four color CMYK) of #ede75d color hex is 0.00, 0.03, 0.61, 0.07. Web safe color of #ede75d is #ffff66. Color #ede75d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 01011101
Octal 355 347 135
Decimal 237 231 93
Hex ED E7 5D

RGB Percentages of Color #ede75d

%42.25
%41.18
%16.58

CMYK Percentages of Color #ede75d

%0
%3
%61
%7

Triadic Colors of #ede75d

#ede75d #5dede7 #e75ded

Analogous Colors of #ede75d

#ede75d #abed5d #ed9f5d

Monochromatic Colors of #ede75d

#ede75d

Complementary Color

#ede75d #5d63ed

#ede75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede75d Color CSS Codes

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

#ede75d Text Font Color

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

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


#ede75d Background Color

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

This div background color is #ede75d


#ede75d Border Color

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

This div border color is #ede75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede75d


Comments

No comments written yet.

Please login to write comment.