Color Hex Logo

#d0fedb Color Hex

#D0FEDB
(208,254,219)
0 Favorites   0 Comments

Color spaces of #d0fedb

RGB 208254219
HSL0.370.960.91
HSV134°18°100°
CMYK 0.180.000.14   0.00
XYZ74.240489.408080.3624
Yxy89.40800.30430.3664
Hunter Lab94.5558-25.323515.7989
CIE-Lab95.7507-21.211111.9308

#d0fedb color RGB value is (208,254,219).

#d0fedb hex color red value is 208, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d0fedb hue: 0.37 , saturation: 0.96 and the lightness value of d0fedb is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111110 11011011
Octal 320 376 333
Decimal 208 254 219
Hex D0 FE DB

RGB Percentages of Color #d0fedb

%30.54
%37.30
%32.16

CMYK Percentages of Color #d0fedb

%18
%0
%14
%0

Triadic Colors of #d0fedb

#d0fedb #dbd0fe #fedbd0

Analogous Colors of #d0fedb

#d0fedb #d0fef2 #dcfed0

Monochromatic Colors of #d0fedb

#d0fedb

Complementary Color

#d0fedb #fed0f3

#d0fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0fedb Color CSS Codes

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

#d0fedb Text Font Color

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

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


#d0fedb Background Color

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

This div background color is #d0fedb


#d0fedb Border Color

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

This div border color is #d0fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0fedb


Comments

No comments written yet.

Please login to write comment.