Color Hex Logo

#edf17b Color Hex

#EDF17B
(237,241,123)
0 Favorites   0 Comments

Color spaces of #edf17b

RGB 237241123
HSL0.170.810.71
HSV62°49°95°
CMYK 0.020.000.49   0.05
XYZ69.955582.345230.9461
Yxy82.34520.38180.4494
Hunter Lab90.7443-21.195343.3016
CIE-Lab92.7270-17.213255.9645

#edf17b color RGB value is (237,241,123).

#edf17b hex color red value is 237, green value is 241 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #edf17b hue: 0.17 , saturation: 0.81 and the lightness value of edf17b is 0.71.

The process color (four color CMYK) of #edf17b color hex is 0.02, 0.00, 0.49, 0.05. Web safe color of #edf17b is #ffff66. Color #edf17b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110001 01111011
Octal 355 361 173
Decimal 237 241 123
Hex ED F1 7B

RGB Percentages of Color #edf17b

%39.43
%40.10
%20.47

CMYK Percentages of Color #edf17b

%2
%0
%49
%5

Triadic Colors of #edf17b

#edf17b #7bedf1 #f17bed

Analogous Colors of #edf17b

#edf17b #b2f17b #f1ba7b

Monochromatic Colors of #edf17b

#edf17b

Complementary Color

#edf17b #7f7bf1

#edf17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf17b Color CSS Codes

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

#edf17b Text Font Color

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

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


#edf17b Background Color

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

This div background color is #edf17b


#edf17b Border Color

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

This div border color is #edf17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf17b


Comments

No comments written yet.

Please login to write comment.