Color Hex Logo

#ede76b Color Hex

#EDE76B
(237,231,107)
0 Favorites   0 Comments

Color spaces of #ede76b

RGB 237231107
HSL0.160.780.67
HSV57°55°93°
CMYK 0.000.030.55   0.07
XYZ66.154876.217925.1347
Yxy76.21790.39490.4550
Hunter Lab87.3029-17.519544.0423
CIE-Lab89.9604-13.616560.0026

#ede76b color RGB value is (237,231,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 01101011
Octal 355 347 153
Decimal 237 231 107
Hex ED E7 6B

RGB Percentages of Color #ede76b

%41.22
%40.17
%18.61

CMYK Percentages of Color #ede76b

%0
%3
%55
%7

Triadic Colors of #ede76b

#ede76b #6bede7 #e76bed

Analogous Colors of #ede76b

#ede76b #b2ed6b #eda66b

Monochromatic Colors of #ede76b

#ede76b

Complementary Color

#ede76b #6b71ed

#ede76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede76b Color CSS Codes

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

#ede76b Text Font Color

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

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


#ede76b Background Color

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

This div background color is #ede76b


#ede76b Border Color

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

This div border color is #ede76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede76b


Comments

No comments written yet.

Please login to write comment.