Color Hex Logo

#eaf352 Color Hex

#EAF352
(234,243,82)
0 Favorites   0 Comments

Color spaces of #eaf352

RGB 23424382
HSL0.180.870.64
HSV63°66°95°
CMYK 0.040.000.66   0.05
XYZ67.505382.202820.2915
Yxy82.20280.39710.4835
Hunter Lab90.6658-25.762750.1966
CIE-Lab92.6643-22.276273.1132

#eaf352 color RGB value is (234,243,82).

#eaf352 hex color red value is 234, green value is 243 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #eaf352 hue: 0.18 , saturation: 0.87 and the lightness value of eaf352 is 0.64.

The process color (four color CMYK) of #eaf352 color hex is 0.04, 0.00, 0.66, 0.05. Web safe color of #eaf352 is #ffff66. Color #eaf352 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110011 01010010
Octal 352 363 122
Decimal 234 243 82
Hex EA F3 52

RGB Percentages of Color #eaf352

%41.86
%43.47
%14.67

CMYK Percentages of Color #eaf352

%4
%0
%66
%5

Triadic Colors of #eaf352

#eaf352 #52eaf3 #f352ea

Analogous Colors of #eaf352

#eaf352 #9af352 #f3ac52

Monochromatic Colors of #eaf352

#eaf352

Complementary Color

#eaf352 #5b52f3

#eaf352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf352 Color CSS Codes

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

#eaf352 Text Font Color

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

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


#eaf352 Background Color

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

This div background color is #eaf352


#eaf352 Border Color

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

This div border color is #eaf352


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,243,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eaf352; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eaf352;
  -webkit-box-shadow: 1px 1px 3px 2px #eaf352;
  box-shadow:         1px 1px 3px 2px #eaf352; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,243,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf352


Comments

No comments written yet.

Please login to write comment.