Color Hex Logo

#daf985 Color Hex

#DAF985
(218,249,133)
0 Favorites   0 Comments

Color spaces of #daf985

RGB 218249133
HSL0.210.910.75
HSV76°47°98°
CMYK 0.120.000.47   0.02
XYZ67.022884.350234.9391
Yxy84.35020.35970.4527
Hunter Lab91.8424-30.462141.7343
CIE-Lab93.6024-27.385152.0453

#daf985 color RGB value is (218,249,133).

#daf985 hex color red value is 218, green value is 249 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #daf985 hue: 0.21 , saturation: 0.91 and the lightness value of daf985 is 0.75.

The process color (four color CMYK) of #daf985 color hex is 0.12, 0.00, 0.47, 0.02. Web safe color of #daf985 is #ccff99. Color #daf985 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 10000101
Octal 332 371 205
Decimal 218 249 133
Hex DA F9 85

RGB Percentages of Color #daf985

%36.33
%41.50
%22.17

CMYK Percentages of Color #daf985

%12
%0
%47
%2

Triadic Colors of #daf985

#daf985 #85daf9 #f985da

Analogous Colors of #daf985

#daf985 #a0f985 #f9de85

Monochromatic Colors of #daf985

#daf985

Complementary Color

#daf985 #a485f9

#daf985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf985 Color CSS Codes

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

#daf985 Text Font Color

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

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


#daf985 Background Color

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

This div background color is #daf985


#daf985 Border Color

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

This div border color is #daf985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf985


Comments

No comments written yet.

Please login to write comment.