Color Hex Logo

#daf987 Color Hex

#DAF987
(218,249,135)
0 Favorites   0 Comments

Color spaces of #daf987

RGB 218249135
HSL0.210.900.75
HSV76°46°98°
CMYK 0.120.000.46   0.02
XYZ67.162384.406135.6738
Yxy84.40610.35870.4508
Hunter Lab91.8728-30.287541.2889
CIE-Lab93.6266-27.180951.1340

#daf987 color RGB value is (218,249,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111001 10000111
Octal 332 371 207
Decimal 218 249 135
Hex DA F9 87

RGB Percentages of Color #daf987

%36.21
%41.36
%22.43

CMYK Percentages of Color #daf987

%12
%0
%46
%2

Triadic Colors of #daf987

#daf987 #87daf9 #f987da

Analogous Colors of #daf987

#daf987 #a1f987 #f9df87

Monochromatic Colors of #daf987

#daf987

Complementary Color

#daf987 #a687f9

#daf987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daf987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daf987 Color CSS Codes

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

#daf987 Text Font Color

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

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


#daf987 Background Color

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

This div background color is #daf987


#daf987 Border Color

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

This div border color is #daf987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daf987


Comments

No comments written yet.

Please login to write comment.