Color Hex Logo

#d2ffcc Color Hex

#D2FFCC
(210,255,204)
0 Favorites   0 Comments

Color spaces of #d2ffcc

RGB 210255204
HSL0.311.000.90
HSV113°20°100°
CMYK 0.180.000.20   0.00
XYZ73.237489.581370.5576
Yxy89.58130.31380.3838
Hunter Lab94.6474-27.511122.0538
CIE-Lab95.8228-23.605219.7269

#d2ffcc color RGB value is (210,255,204).

#d2ffcc hex color red value is 210, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d2ffcc hue: 0.31 , saturation: 1.00 and the lightness value of d2ffcc is 0.90.

The process color (four color CMYK) of #d2ffcc color hex is 0.18, 0.00, 0.20, 0.00. Web safe color of #d2ffcc is #ccffcc. Color #d2ffcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11111111 11001100
Octal 322 377 314
Decimal 210 255 204
Hex D2 FF CC

RGB Percentages of Color #d2ffcc

%31.39
%38.12
%30.49

CMYK Percentages of Color #d2ffcc

%18
%0
%20
%0

Triadic Colors of #d2ffcc

#d2ffcc #ccd2ff #ffccd2

Analogous Colors of #d2ffcc

#d2ffcc #ccffe0 #ecffcc

Monochromatic Colors of #d2ffcc

#d2ffcc

Complementary Color

#d2ffcc #f9ccff

#d2ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ffcc Color CSS Codes

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

#d2ffcc Text Font Color

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

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


#d2ffcc Background Color

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

This div background color is #d2ffcc


#d2ffcc Border Color

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

This div border color is #d2ffcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,255,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2ffcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2ffcc;
  -webkit-box-shadow: 1px 1px 3px 2px #d2ffcc;
  box-shadow:         1px 1px 3px 2px #d2ffcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,255,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ffcc


Comments

No comments written yet.

Please login to write comment.