Color Hex Logo

#d0ffff Color Hex

#D0FFFF
(208,255,255)
0 Favorites   0 Comments

Color spaces of #d0ffff

RGB 208255255
HSL0.501.000.91
HSV180°18°100°
CMYK 0.180.000.00   0.00
XYZ79.822492.1499108.1874
Yxy92.14990.28490.3289
Hunter Lab95.9947-19.56290.3757
CIE-Lab96.8815-14.8226-4.9498

#d0ffff color RGB value is (208,255,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111111 11111111
Octal 320 377 377
Decimal 208 255 255
Hex D0 FF FF

RGB Percentages of Color #d0ffff

%28.97
%35.52
%35.52

CMYK Percentages of Color #d0ffff

%18
%0
%0
%0

Triadic Colors of #d0ffff

#d0ffff #ffd0ff #ffffd0

Analogous Colors of #d0ffff

#d0ffff #d0e8ff #d0ffe8

Monochromatic Colors of #d0ffff

#d0ffff

Complementary Color

#d0ffff #ffd0d0

#d0ffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ffff Color CSS Codes

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

#d0ffff Text Font Color

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

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


#d0ffff Background Color

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

This div background color is #d0ffff


#d0ffff Border Color

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

This div border color is #d0ffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ffff

Related Colors


Comments

No comments written yet.

Please login to write comment.