Color Hex Logo

#d0fdda Color Hex

#D0FDDA
(208,253,218)
0 Favorites   0 Comments

Color spaces of #d0fdda

RGB 208253218
HSL0.370.920.90
HSV133°18°99°
CMYK 0.180.000.14   0.01
XYZ73.792688.722479.5655
Yxy88.72240.30480.3665
Hunter Lab94.1926-24.996015.8519
CIE-Lab95.4643-20.904412.0365

#d0fdda color RGB value is (208,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111101 11011010
Octal 320 375 332
Decimal 208 253 218
Hex D0 FD DA

RGB Percentages of Color #d0fdda

%30.63
%37.26
%32.11

CMYK Percentages of Color #d0fdda

%18
%0
%14
%1

Triadic Colors of #d0fdda

#d0fdda #dad0fd #fddad0

Analogous Colors of #d0fdda

#d0fdda #d0fdf1 #ddfdd0

Monochromatic Colors of #d0fdda

#d0fdda

Complementary Color

#d0fdda #fdd0f3

#d0fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fdda Color CSS Codes

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

#d0fdda Text Font Color

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

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


#d0fdda Background Color

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

This div background color is #d0fdda


#d0fdda Border Color

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

This div border color is #d0fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fdda


Comments

No comments written yet.

Please login to write comment.