Color Hex Logo

#edfb69 Color Hex

#EDFB69
(237,251,105)
0 Favorites   0 Comments

Color spaces of #edfb69

RGB 237251105
HSL0.180.950.70
HSV66°58°98°
CMYK 0.060.000.58   0.02
XYZ71.972088.018826.5606
Yxy88.01880.38580.4718
Hunter Lab93.8183-27.247248.8874
CIE-Lab95.1689-23.441866.7052

#edfb69 color RGB value is (237,251,105).

#edfb69 hex color red value is 237, green value is 251 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #edfb69 hue: 0.18 , saturation: 0.95 and the lightness value of edfb69 is 0.70.

The process color (four color CMYK) of #edfb69 color hex is 0.06, 0.00, 0.58, 0.02. Web safe color of #edfb69 is #ffff66. Color #edfb69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 01101001
Octal 355 373 151
Decimal 237 251 105
Hex ED FB 69

RGB Percentages of Color #edfb69

%39.97
%42.33
%17.71

CMYK Percentages of Color #edfb69

%6
%0
%58
%2

Triadic Colors of #edfb69

#edfb69 #69edfb #fb69ed

Analogous Colors of #edfb69

#edfb69 #a4fb69 #fbc069

Monochromatic Colors of #edfb69

#edfb69

Complementary Color

#edfb69 #7769fb

#edfb69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfb69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfb69 Color CSS Codes

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

#edfb69 Text Font Color

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

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


#edfb69 Background Color

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

This div background color is #edfb69


#edfb69 Border Color

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

This div border color is #edfb69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfb69


Comments

No comments written yet.

Please login to write comment.