Color Hex Logo

#ede66b Color Hex

#EDE66B
(237,230,107)
0 Favorites   0 Comments

Color spaces of #ede66b

RGB 237230107
HSL0.160.780.67
HSV57°55°93°
CMYK 0.000.030.55   0.07
XYZ65.875775.659725.0417
Yxy75.65970.39550.4542
Hunter Lab86.9826-17.033743.8186
CIE-Lab89.7011-13.122859.7070

#ede66b color RGB value is (237,230,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100110 01101011
Octal 355 346 153
Decimal 237 230 107
Hex ED E6 6B

RGB Percentages of Color #ede66b

%41.29
%40.07
%18.64

CMYK Percentages of Color #ede66b

%0
%3
%55
%7

Triadic Colors of #ede66b

#ede66b #6bede6 #e66bed

Analogous Colors of #ede66b

#ede66b #b3ed6b #eda56b

Monochromatic Colors of #ede66b

#ede66b

Complementary Color

#ede66b #6b72ed

#ede66b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede66b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede66b Color CSS Codes

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

#ede66b Text Font Color

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

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


#ede66b Background Color

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

This div background color is #ede66b


#ede66b Border Color

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

This div border color is #ede66b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede66b


Comments

No comments written yet.

Please login to write comment.