Color Hex Logo

#dbffca Color Hex

#DBFFCA
(219,255,202)
0 Favorites   0 Comments

Color spaces of #dbffca

RGB 219255202
HSL0.281.000.90
HSV101°21°100°
CMYK 0.140.000.21   0.00
XYZ75.634190.844369.4255
Yxy90.84430.32060.3851
Hunter Lab95.3123-25.149623.5317
CIE-Lab96.3459-20.913221.5594

#dbffca color RGB value is (219,255,202).

#dbffca hex color red value is 219, green value is 255 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dbffca hue: 0.28 , saturation: 1.00 and the lightness value of dbffca is 0.90.

The process color (four color CMYK) of #dbffca color hex is 0.14, 0.00, 0.21, 0.00. Web safe color of #dbffca is #ccffcc. Color #dbffca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11001010
Octal 333 377 312
Decimal 219 255 202
Hex DB FF CA

RGB Percentages of Color #dbffca

%32.40
%37.72
%29.88

CMYK Percentages of Color #dbffca

%14
%0
%21
%0

Triadic Colors of #dbffca

#dbffca #cadbff #ffcadb

Analogous Colors of #dbffca

#dbffca #caffd4 #f6ffca

Monochromatic Colors of #dbffca

#dbffca

Complementary Color

#dbffca #eecaff

#dbffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffca Color CSS Codes

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

#dbffca Text Font Color

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

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


#dbffca Background Color

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

This div background color is #dbffca


#dbffca Border Color

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

This div border color is #dbffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffca

Related Colors


Comments

No comments written yet.

Please login to write comment.