Color Hex Logo

#d0ffdc Color Hex

#D0FFDC
(208,255,220)
0 Favorites   0 Comments

Color spaces of #d0ffdc

RGB 208255220
HSL0.381.000.91
HSV135°18°100°
CMYK 0.180.000.14   0.00
XYZ74.690790.097281.1640
Yxy90.09720.30370.3663
Hunter Lab94.9195-25.650415.7459
CIE-Lab96.0371-21.516511.8256

#d0ffdc color RGB value is (208,255,220).

#d0ffdc hex color red value is 208, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d0ffdc hue: 0.38 , saturation: 1.00 and the lightness value of d0ffdc is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111111 11011100
Octal 320 377 334
Decimal 208 255 220
Hex D0 FF DC

RGB Percentages of Color #d0ffdc

%30.45
%37.34
%32.21

CMYK Percentages of Color #d0ffdc

%18
%0
%14
%0

Triadic Colors of #d0ffdc

#d0ffdc #dcd0ff #ffdcd0

Analogous Colors of #d0ffdc

#d0ffdc #d0fff4 #dcffd0

Monochromatic Colors of #d0ffdc

#d0ffdc

Complementary Color

#d0ffdc #ffd0f3

#d0ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ffdc Color CSS Codes

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

#d0ffdc Text Font Color

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

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


#d0ffdc Background Color

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

This div background color is #d0ffdc


#d0ffdc Border Color

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

This div border color is #d0ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ffdc


Comments

No comments written yet.

Please login to write comment.