Color Hex Logo

#dffccb Color Hex

#DFFCCB
(223,252,203)
0 Favorites   0 Comments

Color spaces of #dffccb

RGB 223252203
HSL0.270.890.89
HSV96°19°99°
CMYK 0.120.000.19   0.01
XYZ76.021389.620669.7917
Yxy89.62060.32290.3807
Hunter Lab94.6682-22.328622.5577
CIE-Lab95.8392-17.939720.3836

#dffccb color RGB value is (223,252,203).

#dffccb hex color red value is 223, green value is 252 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dffccb hue: 0.27 , saturation: 0.89 and the lightness value of dffccb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111100 11001011
Octal 337 374 313
Decimal 223 252 203
Hex DF FC CB

RGB Percentages of Color #dffccb

%32.89
%37.17
%29.94

CMYK Percentages of Color #dffccb

%12
%0
%19
%1

Triadic Colors of #dffccb

#dffccb #cbdffc #fccbdf

Analogous Colors of #dffccb

#dffccb #cbfcd0 #f8fccb

Monochromatic Colors of #dffccb

#dffccb

Complementary Color

#dffccb #e8cbfc

#dffccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffccb Color CSS Codes

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

#dffccb Text Font Color

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

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


#dffccb Background Color

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

This div background color is #dffccb


#dffccb Border Color

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

This div border color is #dffccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffccb


Comments

No comments written yet.

Please login to write comment.