Color Hex Logo

#dbf4ca Color Hex

#DBF4CA
(219,244,202)
0 Favorites   0 Comments

Color spaces of #dbf4ca

RGB 219244202
HSL0.270.660.87
HSV96°17°96°
CMYK 0.100.000.17   0.04
XYZ72.224884.025768.2890
Yxy84.02570.32170.3742
Hunter Lab91.6655-19.771619.9960
CIE-Lab93.4617-15.550217.5310

#dbf4ca color RGB value is (219,244,202).

#dbf4ca hex color red value is 219, green value is 244 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dbf4ca hue: 0.27 , saturation: 0.66 and the lightness value of dbf4ca is 0.87.

The process color (four color CMYK) of #dbf4ca color hex is 0.10, 0.00, 0.17, 0.04. Web safe color of #dbf4ca is #ccffcc. Color #dbf4ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110100 11001010
Octal 333 364 312
Decimal 219 244 202
Hex DB F4 CA

RGB Percentages of Color #dbf4ca

%32.93
%36.69
%30.38

CMYK Percentages of Color #dbf4ca

%10
%0
%17
%4

Triadic Colors of #dbf4ca

#dbf4ca #cadbf4 #f4cadb

Analogous Colors of #dbf4ca

#dbf4ca #caf4ce #f0f4ca

Monochromatic Colors of #dbf4ca

#dbf4ca

Complementary Color

#dbf4ca #e3caf4

#dbf4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf4ca Color CSS Codes

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

#dbf4ca Text Font Color

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

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


#dbf4ca Background Color

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

This div background color is #dbf4ca


#dbf4ca Border Color

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

This div border color is #dbf4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf4ca


Comments

No comments written yet.

Please login to write comment.