Color Hex Logo

#dbfca6 Color Hex

#DBFCA6
(219,252,166)
0 Favorites   0 Comments

Color spaces of #dbfca6

RGB 219252166
HSL0.230.930.82
HSV83°34°99°
CMYK 0.130.000.34   0.01
XYZ70.906887.434149.2157
Yxy87.43410.34160.4213
Hunter Lab93.5062-28.277334.2479
CIE-Lab94.9221-24.637937.7559

#dbfca6 color RGB value is (219,252,166).

#dbfca6 hex color red value is 219, green value is 252 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #dbfca6 hue: 0.23 , saturation: 0.93 and the lightness value of dbfca6 is 0.82.

The process color (four color CMYK) of #dbfca6 color hex is 0.13, 0.00, 0.34, 0.01. Web safe color of #dbfca6 is #ccff99. Color #dbfca6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 10100110
Octal 333 374 246
Decimal 219 252 166
Hex DB FC A6

RGB Percentages of Color #dbfca6

%34.38
%39.56
%26.06

CMYK Percentages of Color #dbfca6

%13
%0
%34
%1

Triadic Colors of #dbfca6

#dbfca6 #a6dbfc #fca6db

Analogous Colors of #dbfca6

#dbfca6 #b0fca6 #fcf2a6

Monochromatic Colors of #dbfca6

#dbfca6

Complementary Color

#dbfca6 #c7a6fc

#dbfca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfca6 Color CSS Codes

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

#dbfca6 Text Font Color

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

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


#dbfca6 Background Color

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

This div background color is #dbfca6


#dbfca6 Border Color

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

This div border color is #dbfca6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,252,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbfca6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbfca6;
  -webkit-box-shadow: 1px 1px 3px 2px #dbfca6;
  box-shadow:         1px 1px 3px 2px #dbfca6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,252,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfca6


Comments

No comments written yet.

Please login to write comment.