Color Hex Logo

#dbfcc5 Color Hex

#DBFCC5
(219,252,197)
0 Favorites   0 Comments

Color spaces of #dbfcc5

RGB 219252197
HSL0.270.900.88
HSV96°22°99°
CMYK 0.130.000.22   0.01
XYZ74.101988.712166.0409
Yxy88.71210.32380.3876
Hunter Lab94.1871-24.392224.3588
CIE-Lab95.4600-20.244722.8760

#dbfcc5 color RGB value is (219,252,197).

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

The process color (four color CMYK) of #dbfcc5 color hex is 0.13, 0.00, 0.22, 0.01. Web safe color of #dbfcc5 is #ccffcc. Color #dbfcc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111100 11000101
Octal 333 374 305
Decimal 219 252 197
Hex DB FC C5

RGB Percentages of Color #dbfcc5

%32.78
%37.72
%29.49

CMYK Percentages of Color #dbfcc5

%13
%0
%22
%1

Triadic Colors of #dbfcc5

#dbfcc5 #c5dbfc #fcc5db

Analogous Colors of #dbfcc5

#dbfcc5 #c5fccb #f7fcc5

Monochromatic Colors of #dbfcc5

#dbfcc5

Complementary Color

#dbfcc5 #e6c5fc

#dbfcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfcc5 Color CSS Codes

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

#dbfcc5 Text Font Color

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

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


#dbfcc5 Background Color

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

This div background color is #dbfcc5


#dbfcc5 Border Color

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

This div border color is #dbfcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfcc5


Comments

No comments written yet.

Please login to write comment.