Color Hex Logo

#edf953 Color Hex

#EDF953
(237,249,83)
0 Favorites   0 Comments

Color spaces of #edf953

RGB 23724983
HSL0.180.930.65
HSV64°67°98°
CMYK 0.050.000.67   0.02
XYZ70.362186.380421.1482
Yxy86.38040.39550.4856
Hunter Lab92.9411-27.511451.5676
CIE-Lab94.4748-23.873774.6490

#edf953 color RGB value is (237,249,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 01010011
Octal 355 371 123
Decimal 237 249 83
Hex ED F9 53

RGB Percentages of Color #edf953

%41.65
%43.76
%14.59

CMYK Percentages of Color #edf953

%5
%0
%67
%2

Triadic Colors of #edf953

#edf953 #53edf9 #f953ed

Analogous Colors of #edf953

#edf953 #9af953 #f9b253

Monochromatic Colors of #edf953

#edf953

Complementary Color

#edf953 #5f53f9

#edf953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf953 Color CSS Codes

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

#edf953 Text Font Color

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

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


#edf953 Background Color

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

This div background color is #edf953


#edf953 Border Color

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

This div border color is #edf953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf953


Comments

No comments written yet.

Please login to write comment.