Color Hex Logo

#d5fccb Color Hex

#D5FCCB
(213,252,203)
0 Favorites   0 Comments

Color spaces of #d5fccb

RGB 213252203
HSL0.300.890.89
HSV108°19°99°
CMYK 0.150.000.19   0.01
XYZ73.030588.078769.6517
Yxy88.07870.31650.3817
Hunter Lab93.8503-25.336421.6926
CIE-Lab95.1941-21.327219.3867

#d5fccb color RGB value is (213,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111100 11001011
Octal 325 374 313
Decimal 213 252 203
Hex D5 FC CB

RGB Percentages of Color #d5fccb

%31.89
%37.72
%30.39

CMYK Percentages of Color #d5fccb

%15
%0
%19
%1

Triadic Colors of #d5fccb

#d5fccb #cbd5fc #fccbd5

Analogous Colors of #d5fccb

#d5fccb #cbfcda #eefccb

Monochromatic Colors of #d5fccb

#d5fccb

Complementary Color

#d5fccb #f2cbfc

#d5fccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fccb Color CSS Codes

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

#d5fccb Text Font Color

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

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


#d5fccb Background Color

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

This div background color is #d5fccb


#d5fccb Border Color

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

This div border color is #d5fccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fccb


Comments

No comments written yet.

Please login to write comment.