Color Hex Logo

#edf330 Color Hex

#EDF330
(237,243,48)
0 Favorites   0 Comments

Color spaces of #edf330

RGB 23724348
HSL0.170.890.57
HSV62°80°95°
CMYK 0.020.000.80   0.05
XYZ67.509182.319115.1274
Yxy82.31910.40930.4990
Hunter Lab90.7299-25.961353.6255
CIE-Lab92.7155-22.488683.8553

#edf330 color RGB value is (237,243,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 00110000
Octal 355 363 60
Decimal 237 243 48
Hex ED F3 30

RGB Percentages of Color #edf330

%44.89
%46.02
%9.09

CMYK Percentages of Color #edf330

%2
%0
%80
%5

Triadic Colors of #edf330

#edf330 #30edf3 #f330ed

Analogous Colors of #edf330

#edf330 #8cf330 #f39830

Monochromatic Colors of #edf330

#edf330

Complementary Color

#edf330 #3630f3

#edf330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf330 Color CSS Codes

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

#edf330 Text Font Color

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

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


#edf330 Background Color

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

This div background color is #edf330


#edf330 Border Color

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

This div border color is #edf330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf330

#edf330 Color Palettes


Comments

No comments written yet.

Please login to write comment.