Color Hex Logo

#d0fccb Color Hex

#D0FCCB
(208,252,203)
0 Favorites   0 Comments

Color spaces of #d0fccb

RGB 208252203
HSL0.320.890.89
HSV114°19°99°
CMYK 0.170.000.19   0.01
XYZ71.602387.342569.5849
Yxy87.34250.31330.3822
Hunter Lab93.4572-26.792221.2748
CIE-Lab94.8834-22.993018.9062

#d0fccb color RGB value is (208,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111100 11001011
Octal 320 374 313
Decimal 208 252 203
Hex D0 FC CB

RGB Percentages of Color #d0fccb

%31.37
%38.01
%30.62

CMYK Percentages of Color #d0fccb

%17
%0
%19
%1

Triadic Colors of #d0fccb

#d0fccb #cbd0fc #fccbd0

Analogous Colors of #d0fccb

#d0fccb #cbfcdf #e9fccb

Monochromatic Colors of #d0fccb

#d0fccb

Complementary Color

#d0fccb #f7cbfc

#d0fccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fccb Color CSS Codes

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

#d0fccb Text Font Color

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

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


#d0fccb Background Color

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

This div background color is #d0fccb


#d0fccb Border Color

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

This div border color is #d0fccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fccb


Comments

No comments written yet.

Please login to write comment.