Color Hex Logo

#daf134 Color Hex

#DAF134
(218,241,52)
0 Favorites   0 Comments

Color spaces of #daf134

RGB 21824152
HSL0.190.870.57
HSV67°78°95°
CMYK 0.100.000.78   0.05
XYZ60.988678.064015.1022
Yxy78.06400.39560.5064
Hunter Lab88.3538-31.404851.7133
CIE-Lab90.8091-29.123180.6259

#daf134 color RGB value is (218,241,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110001 00110100
Octal 332 361 64
Decimal 218 241 52
Hex DA F1 34

RGB Percentages of Color #daf134

%42.66
%47.16
%10.18

CMYK Percentages of Color #daf134

%10
%0
%78
%5

Triadic Colors of #daf134

#daf134 #34daf1 #f134da

Analogous Colors of #daf134

#daf134 #7cf134 #f1aa34

Monochromatic Colors of #daf134

#daf134

Complementary Color

#daf134 #4b34f1

#daf134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf134 Color CSS Codes

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

#daf134 Text Font Color

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

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


#daf134 Background Color

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

This div background color is #daf134


#daf134 Border Color

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

This div border color is #daf134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf134


Comments

No comments written yet.

Please login to write comment.