Color Hex Logo

#daf968 Color Hex

#DAF968
(218,249,104)
0 Favorites   0 Comments

Color spaces of #daf968

RGB 218249104
HSL0.200.920.69
HSV73°58°98°
CMYK 0.120.000.58   0.02
XYZ65.287883.656325.8029
Yxy83.65630.37360.4787
Hunter Lab91.4638-32.646647.2983
CIE-Lab93.3010-29.959964.6846

#daf968 color RGB value is (218,249,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 01101000
Octal 332 371 150
Decimal 218 249 104
Hex DA F9 68

RGB Percentages of Color #daf968

%38.18
%43.61
%18.21

CMYK Percentages of Color #daf968

%12
%0
%58
%2

Triadic Colors of #daf968

#daf968 #68daf9 #f968da

Analogous Colors of #daf968

#daf968 #92f968 #f9d068

Monochromatic Colors of #daf968

#daf968

Complementary Color

#daf968 #8768f9

#daf968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf968 Color CSS Codes

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

#daf968 Text Font Color

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

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


#daf968 Background Color

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

This div background color is #daf968


#daf968 Border Color

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

This div border color is #daf968


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,249,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 #daf968">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf968


Comments

No comments written yet.

Please login to write comment.