Color Hex Logo

#daf122 Color Hex

#DAF122
(218,241,34)
0 Favorites   0 Comments

Color spaces of #daf122

RGB 21824134
HSL0.190.880.54
HSV67°86°95°
CMYK 0.100.000.86   0.05
XYZ60.657577.931513.3587
Yxy77.93150.39920.5129
Hunter Lab88.2788-31.838352.8232
CIE-Lab90.7486-29.644484.6696

#daf122 color RGB value is (218,241,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 00100010
Octal 332 361 42
Decimal 218 241 34
Hex DA F1 22

RGB Percentages of Color #daf122

%44.22
%48.88
%6.90

CMYK Percentages of Color #daf122

%10
%0
%86
%5

Triadic Colors of #daf122

#daf122 #22daf1 #f122da

Analogous Colors of #daf122

#daf122 #73f122 #f1a122

Monochromatic Colors of #daf122

#daf122

Complementary Color

#daf122 #3922f1

#daf122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf122 Color CSS Codes

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

#daf122 Text Font Color

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

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


#daf122 Background Color

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

This div background color is #daf122


#daf122 Border Color

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

This div border color is #daf122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf122


Comments

No comments written yet.

Please login to write comment.