Color Hex Logo

#edfaa2 Color Hex

#EDFAA2
(237,250,162)
0 Favorites   0 Comments

Color spaces of #edfaa2

RGB 237250162
HSL0.190.900.81
HSV69°35°98°
CMYK 0.050.000.35   0.02
XYZ75.632288.984447.3719
Yxy88.98440.35680.4198
Hunter Lab94.3315-21.964336.2575
CIE-Lab95.5739-17.589540.8208

#edfaa2 color RGB value is (237,250,162).

#edfaa2 hex color red value is 237, green value is 250 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #edfaa2 hue: 0.19 , saturation: 0.90 and the lightness value of edfaa2 is 0.81.

The process color (four color CMYK) of #edfaa2 color hex is 0.05, 0.00, 0.35, 0.02. Web safe color of #edfaa2 is #ffff99. Color #edfaa2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 10100010
Octal 355 372 242
Decimal 237 250 162
Hex ED FA A2

RGB Percentages of Color #edfaa2

%36.52
%38.52
%24.96

CMYK Percentages of Color #edfaa2

%5
%0
%35
%2

Triadic Colors of #edfaa2

#edfaa2 #a2edfa #faa2ed

Analogous Colors of #edfaa2

#edfaa2 #c1faa2 #fadba2

Monochromatic Colors of #edfaa2

#edfaa2

Complementary Color

#edfaa2 #afa2fa

#edfaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfaa2 Color CSS Codes

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

#edfaa2 Text Font Color

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

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


#edfaa2 Background Color

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

This div background color is #edfaa2


#edfaa2 Border Color

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

This div border color is #edfaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfaa2


Comments

No comments written yet.

Please login to write comment.