Color Hex Logo

#daf265 Color Hex

#DAF265
(218,242,101)
0 Favorites   0 Comments

Color spaces of #daf265

RGB 218242101
HSL0.200.840.67
HSV70°58°95°
CMYK 0.100.000.58   0.05
XYZ63.014579.349324.3066
Yxy79.34930.37810.4761
Hunter Lab89.0782-29.614946.1764
CIE-Lab91.3921-26.912963.8335

#daf265 color RGB value is (218,242,101).

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

The process color (four color CMYK) of #daf265 color hex is 0.10, 0.00, 0.58, 0.05. Web safe color of #daf265 is #ccff66. Color #daf265 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11110010 01100101
Octal 332 362 145
Decimal 218 242 101
Hex DA F2 65

RGB Percentages of Color #daf265

%38.86
%43.14
%18.00

CMYK Percentages of Color #daf265

%10
%0
%58
%5

Triadic Colors of #daf265

#daf265 #65daf2 #f265da

Analogous Colors of #daf265

#daf265 #94f265 #f2c465

Monochromatic Colors of #daf265

#daf265

Complementary Color

#daf265 #7d65f2

#daf265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf265 Color CSS Codes

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

#daf265 Text Font Color

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

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


#daf265 Background Color

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

This div background color is #daf265


#daf265 Border Color

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

This div border color is #daf265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf265


Comments

No comments written yet.

Please login to write comment.