Color Hex Logo

#ede16b Color Hex

#EDE16B
(237,225,107)
0 Favorites   0 Comments

Color spaces of #ede16b

RGB 237225107
HSL0.150.780.67
HSV54°55°93°
CMYK 0.000.050.55   0.07
XYZ64.504172.916524.5845
Yxy72.91650.39820.4501
Hunter Lab85.3912-14.596442.7040
CIE-Lab88.4079-10.641158.2277

#ede16b color RGB value is (237,225,107).

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

The process color (four color CMYK) of #ede16b color hex is 0.00, 0.05, 0.55, 0.07. Web safe color of #ede16b is #ffcc66. Color #ede16b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 01101011
Octal 355 341 153
Decimal 237 225 107
Hex ED E1 6B

RGB Percentages of Color #ede16b

%41.65
%39.54
%18.80

CMYK Percentages of Color #ede16b

%0
%5
%55
%7

Triadic Colors of #ede16b

#ede16b #6bede1 #e16bed

Analogous Colors of #ede16b

#ede16b #b8ed6b #eda06b

Monochromatic Colors of #ede16b

#ede16b

Complementary Color

#ede16b #6b77ed

#ede16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede16b Color CSS Codes

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

#ede16b Text Font Color

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

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


#ede16b Background Color

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

This div background color is #ede16b


#ede16b Border Color

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

This div border color is #ede16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede16b


Comments

No comments written yet.

Please login to write comment.