Color Hex Logo

#edf952 Color Hex

#EDF952
(237,249,82)
0 Favorites   0 Comments

Color spaces of #edf952

RGB 23724982
HSL0.180.930.65
HSV64°67°98°
CMYK 0.050.000.67   0.02
XYZ70.323786.365120.9463
Yxy86.36510.39590.4862
Hunter Lab92.9328-27.558751.6895
CIE-Lab94.4682-23.927975.0076

#edf952 color RGB value is (237,249,82).

#edf952 hex color red value is 237, green value is 249 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #edf952 hue: 0.18 , saturation: 0.93 and the lightness value of edf952 is 0.65.

The process color (four color CMYK) of #edf952 color hex is 0.05, 0.00, 0.67, 0.02. Web safe color of #edf952 is #ffff66. Color #edf952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 01010010
Octal 355 371 122
Decimal 237 249 82
Hex ED F9 52

RGB Percentages of Color #edf952

%41.73
%43.84
%14.44

CMYK Percentages of Color #edf952

%5
%0
%67
%2

Triadic Colors of #edf952

#edf952 #52edf9 #f952ed

Analogous Colors of #edf952

#edf952 #9af952 #f9b252

Monochromatic Colors of #edf952

#edf952

Complementary Color

#edf952 #5e52f9

#edf952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf952 Color CSS Codes

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

#edf952 Text Font Color

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

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


#edf952 Background Color

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

This div background color is #edf952


#edf952 Border Color

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

This div border color is #edf952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf952


Comments

No comments written yet.

Please login to write comment.