Color Hex Logo

#daf330 Color Hex

#DAF330
(218,243,48)
0 Favorites   0 Comments

Color spaces of #daf330

RGB 21824348
HSL0.190.890.57
HSV68°80°95°
CMYK 0.100.000.80   0.05
XYZ61.497579.220014.8460
Yxy79.22000.39530.5092
Hunter Lab89.0056-32.427152.4145
CIE-Lab91.3337-30.188382.1192

#daf330 color RGB value is (218,243,48).

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

The process color (four color CMYK) of #daf330 color hex is 0.10, 0.00, 0.80, 0.05. Web safe color of #daf330 is #ccff33. Color #daf330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 00110000
Octal 332 363 60
Decimal 218 243 48
Hex DA F3 30

RGB Percentages of Color #daf330

%42.83
%47.74
%9.43

CMYK Percentages of Color #daf330

%10
%0
%80
%5

Triadic Colors of #daf330

#daf330 #30daf3 #f330da

Analogous Colors of #daf330

#daf330 #79f330 #f3ab30

Monochromatic Colors of #daf330

#daf330

Complementary Color

#daf330 #4930f3

#daf330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf330 Color CSS Codes

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

#daf330 Text Font Color

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

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


#daf330 Background Color

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

This div background color is #daf330


#daf330 Border Color

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

This div border color is #daf330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf330

Related Colors


Comments

No comments written yet.

Please login to write comment.