Color Hex Logo

#dbffcb Color Hex

#DBFFCB
(219,255,203)
0 Favorites   0 Comments

Color spaces of #dbffcb

RGB 219255203
HSL0.281.000.90
HSV102°20°100°
CMYK 0.140.000.20   0.00
XYZ75.752990.891970.0512
Yxy90.89190.32000.3840
Hunter Lab95.3372-25.008023.1714
CIE-Lab96.3655-20.755321.0776

#dbffcb color RGB value is (219,255,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11001011
Octal 333 377 313
Decimal 219 255 203
Hex DB FF CB

RGB Percentages of Color #dbffcb

%32.35
%37.67
%29.99

CMYK Percentages of Color #dbffcb

%14
%0
%20
%0

Triadic Colors of #dbffcb

#dbffcb #cbdbff #ffcbdb

Analogous Colors of #dbffcb

#dbffcb #cbffd5 #f5ffcb

Monochromatic Colors of #dbffcb

#dbffcb

Complementary Color

#dbffcb #efcbff

#dbffcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffcb Color CSS Codes

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

#dbffcb Text Font Color

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

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


#dbffcb Background Color

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

This div background color is #dbffcb


#dbffcb Border Color

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

This div border color is #dbffcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffcb

Related Colors


Comments

No comments written yet.

Please login to write comment.