Color Hex Logo

#d5feff Color Hex

#D5FEFF
(213,254,255)
0 Favorites   0 Comments

Color spaces of #d5feff

RGB 213254255
HSL0.501.000.92
HSV181°16°100°
CMYK 0.160.000.00   0.00
XYZ80.932492.2498108.1481
Yxy92.24980.28770.3279
Hunter Lab96.0468-17.67140.4725
CIE-Lab96.9223-12.8218-4.8554

#d5feff color RGB value is (213,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11111110 11111111
Octal 325 376 377
Decimal 213 254 255
Hex D5 FE FF

RGB Percentages of Color #d5feff

%29.50
%35.18
%35.32

CMYK Percentages of Color #d5feff

%16
%0
%0
%0

Triadic Colors of #d5feff

#d5feff #ffd5fe #feffd5

Analogous Colors of #d5feff

#d5feff #d5e9ff #d5ffeb

Monochromatic Colors of #d5feff

#d5feff

Complementary Color

#d5feff #ffd6d5

#d5feff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5feff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5feff Color CSS Codes

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

#d5feff Text Font Color

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

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


#d5feff Background Color

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

This div background color is #d5feff


#d5feff Border Color

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

This div border color is #d5feff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,254,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 #d5feff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5feff

Related Colors


Comments

No comments written yet.

Please login to write comment.