Color Hex Logo

#daf648 Color Hex

#DAF648
(218,246,72)
0 Favorites   0 Comments

Color spaces of #daf648

RGB 21824672
HSL0.190.910.62
HSV70°71°96°
CMYK 0.110.000.71   0.04
XYZ63.038981.284818.4979
Yxy81.28480.38720.4992
Hunter Lab90.1581-32.968750.9460
CIE-Lab92.2583-30.590175.8834

#daf648 color RGB value is (218,246,72).

#daf648 hex color red value is 218, green value is 246 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #daf648 hue: 0.19 , saturation: 0.91 and the lightness value of daf648 is 0.62.

The process color (four color CMYK) of #daf648 color hex is 0.11, 0.00, 0.71, 0.04. Web safe color of #daf648 is #ccff33. Color #daf648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110110 01001000
Octal 332 366 110
Decimal 218 246 72
Hex DA F6 48

RGB Percentages of Color #daf648

%40.67
%45.90
%13.43

CMYK Percentages of Color #daf648

%11
%0
%71
%4

Triadic Colors of #daf648

#daf648 #48daf6 #f648da

Analogous Colors of #daf648

#daf648 #83f648 #f6bb48

Monochromatic Colors of #daf648

#daf648

Complementary Color

#daf648 #6448f6

#daf648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf648 Color CSS Codes

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

#daf648 Text Font Color

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

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


#daf648 Background Color

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

This div background color is #daf648


#daf648 Border Color

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

This div border color is #daf648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf648

Related Colors


Comments

No comments written yet.

Please login to write comment.