Color Hex Logo

#dbf9ca Color Hex

#DBF9CA
(219,249,202)
0 Favorites   0 Comments

Color spaces of #dbf9ca

RGB 219249202
HSL0.270.800.88
HSV98°19°98°
CMYK 0.120.000.19   0.02
XYZ73.749887.075768.7974
Yxy87.07570.32120.3792
Hunter Lab93.3144-22.225021.6076
CIE-Lab94.7704-18.002319.3636

#dbf9ca color RGB value is (219,249,202).

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

The process color (four color CMYK) of #dbf9ca color hex is 0.12, 0.00, 0.19, 0.02. Web safe color of #dbf9ca is #ccffcc. Color #dbf9ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 11001010
Octal 333 371 312
Decimal 219 249 202
Hex DB F9 CA

RGB Percentages of Color #dbf9ca

%32.69
%37.16
%30.15

CMYK Percentages of Color #dbf9ca

%12
%0
%19
%2

Triadic Colors of #dbf9ca

#dbf9ca #cadbf9 #f9cadb

Analogous Colors of #dbf9ca

#dbf9ca #caf9d1 #f3f9ca

Monochromatic Colors of #dbf9ca

#dbf9ca

Complementary Color

#dbf9ca #e8caf9

#dbf9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf9ca Color CSS Codes

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

#dbf9ca Text Font Color

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

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


#dbf9ca Background Color

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

This div background color is #dbf9ca


#dbf9ca Border Color

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

This div border color is #dbf9ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,249,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 #dbf9ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf9ca


Comments

No comments written yet.

Please login to write comment.