Color Hex Logo

#ede75b Color Hex

#EDE75B
(237,231,91)
0 Favorites   0 Comments

Color spaces of #ede75b

RGB 23723191
HSL0.160.800.64
HSV58°62°93°
CMYK 0.000.030.62   0.07
XYZ65.389375.911721.1036
Yxy75.91170.40260.4674
Hunter Lab87.1273-18.508146.6282
CIE-Lab89.8183-14.719866.7022

#ede75b color RGB value is (237,231,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 01011011
Octal 355 347 133
Decimal 237 231 91
Hex ED E7 5B

RGB Percentages of Color #ede75b

%42.40
%41.32
%16.28

CMYK Percentages of Color #ede75b

%0
%3
%62
%7

Triadic Colors of #ede75b

#ede75b #5bede7 #e75bed

Analogous Colors of #ede75b

#ede75b #aaed5b #ed9e5b

Monochromatic Colors of #ede75b

#ede75b

Complementary Color

#ede75b #5b61ed

#ede75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede75b Color CSS Codes

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

#ede75b Text Font Color

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

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


#ede75b Background Color

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

This div background color is #ede75b


#ede75b Border Color

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

This div border color is #ede75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede75b


Comments

No comments written yet.

Please login to write comment.