Color Hex Logo

#edf368 Color Hex

#EDF368
(237,243,104)
0 Favorites   0 Comments

Color spaces of #edf368

RGB 237243104
HSL0.170.850.68
HSV63°57°95°
CMYK 0.020.000.57   0.05
XYZ69.474383.105225.4759
Yxy83.10520.39020.4667
Hunter Lab91.1621-23.499347.2444
CIE-Lab93.0605-19.688064.7949

#edf368 color RGB value is (237,243,104).

#edf368 hex color red value is 237, green value is 243 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #edf368 hue: 0.17 , saturation: 0.85 and the lightness value of edf368 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 01101000
Octal 355 363 150
Decimal 237 243 104
Hex ED F3 68

RGB Percentages of Color #edf368

%40.58
%41.61
%17.81

CMYK Percentages of Color #edf368

%2
%0
%57
%5

Triadic Colors of #edf368

#edf368 #68edf3 #f368ed

Analogous Colors of #edf368

#edf368 #a8f368 #f3b468

Monochromatic Colors of #edf368

#edf368

Complementary Color

#edf368 #6e68f3

#edf368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf368 Color CSS Codes

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

#edf368 Text Font Color

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

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


#edf368 Background Color

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

This div background color is #edf368


#edf368 Border Color

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

This div border color is #edf368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf368


Comments

No comments written yet.

Please login to write comment.