Color Hex Logo

#dbffce Color Hex

#DBFFCE
(219,255,206)
0 Favorites   0 Comments

Color spaces of #dbffce

RGB 219255206
HSL0.291.000.90
HSV104°19°100°
CMYK 0.140.000.19   0.00
XYZ76.114091.036371.9526
Yxy91.03630.31830.3807
Hunter Lab95.4129-24.577422.0774
CIE-Lab96.4250-20.276219.6319

#dbffce color RGB value is (219,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11001110
Octal 333 377 316
Decimal 219 255 206
Hex DB FF CE

RGB Percentages of Color #dbffce

%32.21
%37.50
%30.29

CMYK Percentages of Color #dbffce

%14
%0
%19
%0

Triadic Colors of #dbffce

#dbffce #cedbff #ffcedb

Analogous Colors of #dbffce

#dbffce #ceffda #f4ffce

Monochromatic Colors of #dbffce

#dbffce

Complementary Color

#dbffce #f2ceff

#dbffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffce Color CSS Codes

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

#dbffce Text Font Color

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

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


#dbffce Background Color

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

This div background color is #dbffce


#dbffce Border Color

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

This div border color is #dbffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffce

Related Colors

#dbffce Color Palettes


Comments

No comments written yet.

Please login to write comment.