Color Hex Logo

#d0fccd Color Hex

#D0FCCD
(208,252,205)
0 Favorites   0 Comments

Color spaces of #d0fccd

RGB 208252205
HSL0.320.890.90
HSV116°19°99°
CMYK 0.170.000.19   0.01
XYZ71.842387.438570.8484
Yxy87.43850.31220.3800
Hunter Lab93.5086-26.499020.5339
CIE-Lab94.9240-22.660317.9397

#d0fccd color RGB value is (208,252,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111100 11001101
Octal 320 374 315
Decimal 208 252 205
Hex D0 FC CD

RGB Percentages of Color #d0fccd

%31.28
%37.89
%30.83

CMYK Percentages of Color #d0fccd

%17
%0
%19
%1

Triadic Colors of #d0fccd

#d0fccd #cdd0fc #fccdd0

Analogous Colors of #d0fccd

#d0fccd #cdfce2 #e8fccd

Monochromatic Colors of #d0fccd

#d0fccd

Complementary Color

#d0fccd #f9cdfc

#d0fccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fccd Color CSS Codes

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

#d0fccd Text Font Color

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

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


#d0fccd Background Color

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

This div background color is #d0fccd


#d0fccd Border Color

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

This div border color is #d0fccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fccd

Related Colors


Comments

No comments written yet.

Please login to write comment.