Color Hex Logo

#daf33d Color Hex

#DAF33D
(218,243,61)
0 Favorites   0 Comments

Color spaces of #daf33d

RGB 21824361
HSL0.190.880.60
HSV68°75°95°
CMYK 0.100.000.75   0.05
XYZ61.806379.343516.4722
Yxy79.34350.39210.5034
Hunter Lab89.0750-32.025751.3883
CIE-Lab91.3895-29.706078.5862

#daf33d color RGB value is (218,243,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110011 00111101
Octal 332 363 75
Decimal 218 243 61
Hex DA F3 3D

RGB Percentages of Color #daf33d

%41.76
%46.55
%11.69

CMYK Percentages of Color #daf33d

%10
%0
%75
%5

Triadic Colors of #daf33d

#daf33d #3ddaf3 #f33dda

Analogous Colors of #daf33d

#daf33d #7ff33d #f3b13d

Monochromatic Colors of #daf33d

#daf33d

Complementary Color

#daf33d #563df3

#daf33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf33d Color CSS Codes

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

#daf33d Text Font Color

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

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


#daf33d Background Color

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

This div background color is #daf33d


#daf33d Border Color

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

This div border color is #daf33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf33d


Comments

No comments written yet.

Please login to write comment.