Color Hex Logo

#edfb98 Color Hex

#EDFB98
(237,251,152)
0 Favorites   0 Comments

Color spaces of #edfb98

RGB 237251152
HSL0.190.930.79
HSV68°39°98°
CMYK 0.060.000.39   0.02
XYZ75.089789.265942.9782
Yxy89.26590.36220.4305
Hunter Lab94.4806-23.475939.1661
CIE-Lab95.6914-19.206545.8615

#edfb98 color RGB value is (237,251,152).

#edfb98 hex color red value is 237, green value is 251 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #edfb98 hue: 0.19 , saturation: 0.93 and the lightness value of edfb98 is 0.79.

The process color (four color CMYK) of #edfb98 color hex is 0.06, 0.00, 0.39, 0.02. Web safe color of #edfb98 is #ffff99. Color #edfb98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111011 10011000
Octal 355 373 230
Decimal 237 251 152
Hex ED FB 98

RGB Percentages of Color #edfb98

%37.03
%39.22
%23.75

CMYK Percentages of Color #edfb98

%6
%0
%39
%2

Triadic Colors of #edfb98

#edfb98 #98edfb #fb98ed

Analogous Colors of #edfb98

#edfb98 #bcfb98 #fbd898

Monochromatic Colors of #edfb98

#edfb98

Complementary Color

#edfb98 #a698fb

#edfb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfb98 Color CSS Codes

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

#edfb98 Text Font Color

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

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


#edfb98 Background Color

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

This div background color is #edfb98


#edfb98 Border Color

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

This div border color is #edfb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfb98

Related Colors


Comments

No comments written yet.

Please login to write comment.