Color Hex Logo

#edf345 Color Hex

#EDF345
(237,243,69)
0 Favorites   0 Comments

Color spaces of #edf345

RGB 23724369
HSL0.170.880.61
HSV62°72°95°
CMYK 0.020.000.72   0.05
XYZ68.049882.535417.9745
Yxy82.53540.40370.4897
Hunter Lab90.8490-25.281651.8638
CIE-Lab92.8107-21.710877.8905

#edf345 color RGB value is (237,243,69).

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

The process color (four color CMYK) of #edf345 color hex is 0.02, 0.00, 0.72, 0.05. Web safe color of #edf345 is #ffff33. Color #edf345 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 01000101
Octal 355 363 105
Decimal 237 243 69
Hex ED F3 45

RGB Percentages of Color #edf345

%43.17
%44.26
%12.57

CMYK Percentages of Color #edf345

%2
%0
%72
%5

Triadic Colors of #edf345

#edf345 #45edf3 #f345ed

Analogous Colors of #edf345

#edf345 #96f345 #f3a245

Monochromatic Colors of #edf345

#edf345

Complementary Color

#edf345 #4b45f3

#edf345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf345 Color CSS Codes

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

#edf345 Text Font Color

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

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


#edf345 Background Color

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

This div background color is #edf345


#edf345 Border Color

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

This div border color is #edf345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf345


Comments

No comments written yet.

Please login to write comment.