Color Hex Logo

#daffc5 Color Hex

#DAFFC5
(218,255,197)
0 Favorites   0 Comments

Color spaces of #daffc5

RGB 218255197
HSL0.271.000.89
HSV98°23°100°
CMYK 0.150.000.23   0.00
XYZ74.751590.456666.3434
Yxy90.45660.32280.3907
Hunter Lab95.1087-26.146525.2181
CIE-Lab96.1858-22.032623.8694

#daffc5 color RGB value is (218,255,197).

#daffc5 hex color red value is 218, green value is 255 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #daffc5 hue: 0.27 , saturation: 1.00 and the lightness value of daffc5 is 0.89.

The process color (four color CMYK) of #daffc5 color hex is 0.15, 0.00, 0.23, 0.00. Web safe color of #daffc5 is #ccffcc. Color #daffc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11000101
Octal 332 377 305
Decimal 218 255 197
Hex DA FF C5

RGB Percentages of Color #daffc5

%32.54
%38.06
%29.40

CMYK Percentages of Color #daffc5

%15
%0
%23
%0

Triadic Colors of #daffc5

#daffc5 #c5daff #ffc5da

Analogous Colors of #daffc5

#daffc5 #c5ffcd #f7ffc5

Monochromatic Colors of #daffc5

#daffc5

Complementary Color

#daffc5 #eac5ff

#daffc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffc5 Color CSS Codes

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

#daffc5 Text Font Color

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

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


#daffc5 Background Color

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

This div background color is #daffc5


#daffc5 Border Color

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

This div border color is #daffc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffc5


Comments

No comments written yet.

Please login to write comment.