Color Hex Logo

#d5fcc6 Color Hex

#D5FCC6
(213,252,198)
1 Favorites   0 Comments

Color spaces of #d5fcc6

RGB 213252198
HSL0.290.900.88
HSV103°21°99°
CMYK 0.150.000.21   0.01
XYZ72.444087.844266.5635
Yxy87.84420.31930.3872
Hunter Lab93.7252-26.049323.5000
CIE-Lab95.0953-22.130721.8019

#d5fcc6 color RGB value is (213,252,198).

#d5fcc6 hex color red value is 213, green value is 252 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #d5fcc6 hue: 0.29 , saturation: 0.90 and the lightness value of d5fcc6 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111100 11000110
Octal 325 374 306
Decimal 213 252 198
Hex D5 FC C6

RGB Percentages of Color #d5fcc6

%32.13
%38.01
%29.86

CMYK Percentages of Color #d5fcc6

%15
%0
%21
%1

Triadic Colors of #d5fcc6

#d5fcc6 #c6d5fc #fcc6d5

Analogous Colors of #d5fcc6

#d5fcc6 #c6fcd2 #f0fcc6

Monochromatic Colors of #d5fcc6

#d5fcc6

Complementary Color

#d5fcc6 #edc6fc

#d5fcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fcc6 Color CSS Codes

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

#d5fcc6 Text Font Color

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

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


#d5fcc6 Background Color

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

This div background color is #d5fcc6


#d5fcc6 Border Color

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

This div border color is #d5fcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fcc6

Related Colors


Comments

No comments written yet.

Please login to write comment.