Color Hex Logo

#d0fdce Color Hex

#D0FDCE
(208,253,206)
0 Favorites   0 Comments

Color spaces of #d0fdce

RGB 208253206
HSL0.330.920.90
HSV117°19°99°
CMYK 0.180.000.19   0.01
XYZ72.278388.116771.5913
Yxy88.11670.31160.3798
Hunter Lab93.8705-26.832120.4912
CIE-Lab95.2101-22.973817.8293

#d0fdce color RGB value is (208,253,206).

#d0fdce hex color red value is 208, green value is 253 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d0fdce hue: 0.33 , saturation: 0.92 and the lightness value of d0fdce is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111101 11001110
Octal 320 375 316
Decimal 208 253 206
Hex D0 FD CE

RGB Percentages of Color #d0fdce

%31.18
%37.93
%30.88

CMYK Percentages of Color #d0fdce

%18
%0
%19
%1

Triadic Colors of #d0fdce

#d0fdce #ced0fd #fdced0

Analogous Colors of #d0fdce

#d0fdce #cefde4 #e8fdce

Monochromatic Colors of #d0fdce

#d0fdce

Complementary Color

#d0fdce #fbcefd

#d0fdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fdce Color CSS Codes

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

#d0fdce Text Font Color

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

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


#d0fdce Background Color

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

This div background color is #d0fdce


#d0fdce Border Color

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

This div border color is #d0fdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fdce

Related Colors


Comments

No comments written yet.

Please login to write comment.