Color Hex Logo

#dffcbd Color Hex

#DFFCBD
(223,252,189)
0 Favorites   0 Comments

Color spaces of #dffcbd

RGB 223252189
HSL0.240.910.86
HSV88°25°99°
CMYK 0.120.000.25   0.01
XYZ74.427188.982961.3968
Yxy88.98290.33110.3958
Hunter Lab94.3307-24.242027.4416
CIE-Lab95.5733-20.060827.1366

#dffcbd color RGB value is (223,252,189).

#dffcbd hex color red value is 223, green value is 252 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dffcbd hue: 0.24 , saturation: 0.91 and the lightness value of dffcbd is 0.86.

The process color (four color CMYK) of #dffcbd color hex is 0.12, 0.00, 0.25, 0.01. Web safe color of #dffcbd is #ccffcc. Color #dffcbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 10111101
Octal 337 374 275
Decimal 223 252 189
Hex DF FC BD

RGB Percentages of Color #dffcbd

%33.58
%37.95
%28.46

CMYK Percentages of Color #dffcbd

%12
%0
%25
%1

Triadic Colors of #dffcbd

#dffcbd #bddffc #fcbddf

Analogous Colors of #dffcbd

#dffcbd #c0fcbd #fcfabd

Monochromatic Colors of #dffcbd

#dffcbd

Complementary Color

#dffcbd #dabdfc

#dffcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffcbd Color CSS Codes

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

#dffcbd Text Font Color

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

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


#dffcbd Background Color

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

This div background color is #dffcbd


#dffcbd Border Color

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

This div border color is #dffcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffcbd

Related Colors


Comments

No comments written yet.

Please login to write comment.