Color Hex Logo

#ede35b Color Hex

#EDE35B
(237,227,91)
0 Favorites   0 Comments

Color spaces of #ede35b

RGB 23722791
HSL0.160.800.64
HSV56°62°93°
CMYK 0.000.040.62   0.07
XYZ64.282573.698020.7346
Yxy73.69800.40500.4643
Hunter Lab85.8475-16.572745.7731
CIE-Lab88.7796-12.746965.5898

#ede35b color RGB value is (237,227,91).

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

The process color (four color CMYK) of #ede35b color hex is 0.00, 0.04, 0.62, 0.07. Web safe color of #ede35b is #ffcc66. Color #ede35b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 01011011
Octal 355 343 133
Decimal 237 227 91
Hex ED E3 5B

RGB Percentages of Color #ede35b

%42.70
%40.90
%16.40

CMYK Percentages of Color #ede35b

%0
%4
%62
%7

Triadic Colors of #ede35b

#ede35b #5bede3 #e35bed

Analogous Colors of #ede35b

#ede35b #aeed5b #ed9a5b

Monochromatic Colors of #ede35b

#ede35b

Complementary Color

#ede35b #5b65ed

#ede35b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede35b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede35b Color CSS Codes

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

#ede35b Text Font Color

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

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


#ede35b Background Color

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

This div background color is #ede35b


#ede35b Border Color

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

This div border color is #ede35b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,227,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 #ede35b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede35b


Comments

No comments written yet.

Please login to write comment.