Color Hex Logo

#daf868 Color Hex

#DAF868
(218,248,104)
0 Favorites   0 Comments

Color spaces of #daf868

RGB 218248104
HSL0.200.910.69
HSV73°58°97°
CMYK 0.120.000.58   0.03
XYZ64.979583.039725.7002
Yxy83.03970.37400.4780
Hunter Lab91.1261-32.187347.0668
CIE-Lab93.0318-29.495164.3848

#daf868 color RGB value is (218,248,104).

#daf868 hex color red value is 218, green value is 248 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #daf868 hue: 0.20 , saturation: 0.91 and the lightness value of daf868 is 0.69.

The process color (four color CMYK) of #daf868 color hex is 0.12, 0.00, 0.58, 0.03. Web safe color of #daf868 is #ccff66. Color #daf868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111000 01101000
Octal 332 370 150
Decimal 218 248 104
Hex DA F8 68

RGB Percentages of Color #daf868

%38.25
%43.51
%18.25

CMYK Percentages of Color #daf868

%12
%0
%58
%3

Triadic Colors of #daf868

#daf868 #68daf8 #f868da

Analogous Colors of #daf868

#daf868 #92f868 #f8ce68

Monochromatic Colors of #daf868

#daf868

Complementary Color

#daf868 #8668f8

#daf868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf868 Color CSS Codes

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

#daf868 Text Font Color

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

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


#daf868 Background Color

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

This div background color is #daf868


#daf868 Border Color

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

This div border color is #daf868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf868


Comments

No comments written yet.

Please login to write comment.