Color Hex Logo

#daf965 Color Hex

#DAF965
(218,249,101)
0 Favorites   0 Comments

Color spaces of #daf965

RGB 218249101
HSL0.200.930.69
HSV73°59°98°
CMYK 0.120.000.59   0.02
XYZ65.138183.596425.0145
Yxy83.59640.37490.4811
Hunter Lab91.4311-32.835947.7807
CIE-Lab93.2749-30.184965.9132

#daf965 color RGB value is (218,249,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 01100101
Octal 332 371 145
Decimal 218 249 101
Hex DA F9 65

RGB Percentages of Color #daf965

%38.38
%43.84
%17.78

CMYK Percentages of Color #daf965

%12
%0
%59
%2

Triadic Colors of #daf965

#daf965 #65daf9 #f965da

Analogous Colors of #daf965

#daf965 #90f965 #f9ce65

Monochromatic Colors of #daf965

#daf965

Complementary Color

#daf965 #8465f9

#daf965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf965 Color CSS Codes

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

#daf965 Text Font Color

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

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


#daf965 Background Color

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

This div background color is #daf965


#daf965 Border Color

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

This div border color is #daf965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf965


Comments

No comments written yet.

Please login to write comment.