Color Hex Logo

#ede62b Color Hex

#EDE62B
(237,230,43)
0 Favorites   0 Comments

Color spaces of #ede62b

RGB 23723043
HSL0.160.840.55
HSV58°82°93°
CMYK 0.000.030.82   0.07
XYZ63.657974.772613.3629
Yxy74.77260.41940.4926
Hunter Lab86.4712-19.917351.3674
CIE-Lab89.2864-16.357682.1380

#ede62b color RGB value is (237,230,43).

#ede62b hex color red value is 237, green value is 230 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ede62b hue: 0.16 , saturation: 0.84 and the lightness value of ede62b is 0.55.

The process color (four color CMYK) of #ede62b color hex is 0.00, 0.03, 0.82, 0.07. Web safe color of #ede62b is #ffff33. Color #ede62b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 00101011
Octal 355 346 53
Decimal 237 230 43
Hex ED E6 2B

RGB Percentages of Color #ede62b

%46.47
%45.10
%8.43

CMYK Percentages of Color #ede62b

%0
%3
%82
%7

Triadic Colors of #ede62b

#ede62b #2bede6 #e62bed

Analogous Colors of #ede62b

#ede62b #93ed2b #ed852b

Monochromatic Colors of #ede62b

#ede62b

Complementary Color

#ede62b #2b32ed

#ede62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede62b Color CSS Codes

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

#ede62b Text Font Color

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

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


#ede62b Background Color

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

This div background color is #ede62b


#ede62b Border Color

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

This div border color is #ede62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede62b


Comments

No comments written yet.

Please login to write comment.