Color Hex Logo

#d3ffcc Color Hex

#D3FFCC
(211,255,204)
0 Favorites   0 Comments

Color spaces of #d3ffcc

RGB 211255204
HSL0.311.000.90
HSV112°20°100°
CMYK 0.170.000.20   0.00
XYZ73.523189.728570.5710
Yxy89.72850.31440.3837
Hunter Lab94.7251-27.222122.1361
CIE-Lab95.8840-23.273819.8214

#d3ffcc color RGB value is (211,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11111111 11001100
Octal 323 377 314
Decimal 211 255 204
Hex D3 FF CC

RGB Percentages of Color #d3ffcc

%31.49
%38.06
%30.45

CMYK Percentages of Color #d3ffcc

%17
%0
%20
%0

Triadic Colors of #d3ffcc

#d3ffcc #ccd3ff #ffccd3

Analogous Colors of #d3ffcc

#d3ffcc #ccffdf #edffcc

Monochromatic Colors of #d3ffcc

#d3ffcc

Complementary Color

#d3ffcc #f8ccff

#d3ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ffcc Color CSS Codes

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

#d3ffcc Text Font Color

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

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


#d3ffcc Background Color

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

This div background color is #d3ffcc


#d3ffcc Border Color

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

This div border color is #d3ffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.