Color Hex Logo

#d5fffc Color Hex

#D5FFFC
(213,255,252)
1 Favorites   0 Comments

Color spaces of #d5fffc

RGB 213255252
HSL0.491.000.92
HSV176°16°100°
CMYK 0.160.000.01   0.00
XYZ80.771392.6944105.7302
Yxy92.69440.28930.3320
Hunter Lab96.2779-18.73582.2836
CIE-Lab97.1034-13.9172-3.0447

#d5fffc color RGB value is (213,255,252).

#d5fffc hex color red value is 213, green value is 255 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d5fffc hue: 0.49 , saturation: 1.00 and the lightness value of d5fffc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111111 11111100
Octal 325 377 374
Decimal 213 255 252
Hex D5 FF FC

RGB Percentages of Color #d5fffc

%29.58
%35.42
%35.00

CMYK Percentages of Color #d5fffc

%16
%0
%1
%0

Triadic Colors of #d5fffc

#d5fffc #fcd5ff #fffcd5

Analogous Colors of #d5fffc

#d5fffc #d5edff #d5ffe7

Monochromatic Colors of #d5fffc

#d5fffc

Complementary Color

#d5fffc #ffd5d8

#d5fffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5fffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5fffc Color CSS Codes

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

#d5fffc Text Font Color

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

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


#d5fffc Background Color

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

This div background color is #d5fffc


#d5fffc Border Color

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

This div border color is #d5fffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5fffc

Related Colors

#d5fffc Color Palettes


Comments

No comments written yet.

Please login to write comment.