Color Hex Logo

#ede64b Color Hex

#EDE64B
(237,230,75)
0 Favorites   0 Comments

Color spaces of #ede64b

RGB 23723075
HSL0.160.820.61
HSV57°68°93°
CMYK 0.000.030.68   0.07
XYZ64.491975.106217.7545
Yxy75.10620.40990.4773
Hunter Lab86.6638-18.828948.5182
CIE-Lab89.4427-15.129372.5332

#ede64b color RGB value is (237,230,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 01001011
Octal 355 346 113
Decimal 237 230 75
Hex ED E6 4B

RGB Percentages of Color #ede64b

%43.73
%42.44
%13.84

CMYK Percentages of Color #ede64b

%0
%3
%68
%7

Triadic Colors of #ede64b

#ede64b #4bede6 #e64bed

Analogous Colors of #ede64b

#ede64b #a3ed4b #ed954b

Monochromatic Colors of #ede64b

#ede64b

Complementary Color

#ede64b #4b52ed

#ede64b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede64b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede64b Color CSS Codes

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

#ede64b Text Font Color

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

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


#ede64b Background Color

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

This div background color is #ede64b


#ede64b Border Color

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

This div border color is #ede64b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede64b


Comments

No comments written yet.

Please login to write comment.