Color Hex Logo

#daf969 Color Hex

#DAF969
(218,249,105)
0 Favorites   0 Comments

Color spaces of #daf969

RGB 218249105
HSL0.200.920.69
HSV73°58°98°
CMYK 0.120.000.58   0.02
XYZ65.338983.676726.0721
Yxy83.67670.37320.4779
Hunter Lab91.4750-32.581947.1337
CIE-Lab93.3099-29.883164.2710

#daf969 color RGB value is (218,249,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 01101001
Octal 332 371 151
Decimal 218 249 105
Hex DA F9 69

RGB Percentages of Color #daf969

%38.11
%43.53
%18.36

CMYK Percentages of Color #daf969

%12
%0
%58
%2

Triadic Colors of #daf969

#daf969 #69daf9 #f969da

Analogous Colors of #daf969

#daf969 #92f969 #f9d069

Monochromatic Colors of #daf969

#daf969

Complementary Color

#daf969 #8869f9

#daf969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf969 Color CSS Codes

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

#daf969 Text Font Color

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

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


#daf969 Background Color

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

This div background color is #daf969


#daf969 Border Color

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

This div border color is #daf969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf969

Related Colors


Comments

No comments written yet.

Please login to write comment.