Color Hex Logo

#daffc2 Color Hex

#DAFFC2
(218,255,194)
0 Favorites   0 Comments

Color spaces of #daffc2

RGB 218255194
HSL0.271.000.88
HSV96°24°100°
CMYK 0.150.000.24   0.00
XYZ74.411090.320564.5507
Yxy90.32050.32450.3939
Hunter Lab95.0371-26.555126.2553
CIE-Lab96.1296-22.491825.3135

#daffc2 color RGB value is (218,255,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111111 11000010
Octal 332 377 302
Decimal 218 255 194
Hex DA FF C2

RGB Percentages of Color #daffc2

%32.68
%38.23
%29.09

CMYK Percentages of Color #daffc2

%15
%0
%24
%0

Triadic Colors of #daffc2

#daffc2 #c2daff #ffc2da

Analogous Colors of #daffc2

#daffc2 #c2ffc9 #f9ffc2

Monochromatic Colors of #daffc2

#daffc2

Complementary Color

#daffc2 #e7c2ff

#daffc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daffc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daffc2 Color CSS Codes

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

#daffc2 Text Font Color

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

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


#daffc2 Background Color

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

This div background color is #daffc2


#daffc2 Border Color

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

This div border color is #daffc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daffc2

Related Colors


Comments

No comments written yet.

Please login to write comment.