Color Hex Logo

#edf77b Color Hex

#EDF77B
(237,247,123)
0 Favorites   0 Comments

Color spaces of #edf77b

RGB 237247123
HSL0.180.890.73
HSV65°50°97°
CMYK 0.040.000.50   0.03
XYZ71.761085.956131.5479
Yxy85.95610.37920.4542
Hunter Lab92.7125-24.085044.7238
CIE-Lab94.2936-20.114857.8186

#edf77b color RGB value is (237,247,123).

#edf77b hex color red value is 237, green value is 247 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #edf77b hue: 0.18 , saturation: 0.89 and the lightness value of edf77b is 0.73.

The process color (four color CMYK) of #edf77b color hex is 0.04, 0.00, 0.50, 0.03. Web safe color of #edf77b is #ffff66. Color #edf77b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110111 01111011
Octal 355 367 173
Decimal 237 247 123
Hex ED F7 7B

RGB Percentages of Color #edf77b

%39.04
%40.69
%20.26

CMYK Percentages of Color #edf77b

%4
%0
%50
%3

Triadic Colors of #edf77b

#edf77b #7bedf7 #f77bed

Analogous Colors of #edf77b

#edf77b #aff77b #f7c37b

Monochromatic Colors of #edf77b

#edf77b

Complementary Color

#edf77b #857bf7

#edf77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf77b Color CSS Codes

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

#edf77b Text Font Color

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

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


#edf77b Background Color

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

This div background color is #edf77b


#edf77b Border Color

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

This div border color is #edf77b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf77b


Comments

No comments written yet.

Please login to write comment.