Color Hex Logo

#d1fefd Color Hex

#D1FEFD
(209,254,253)
0 Favorites   0 Comments

Color spaces of #d1fefd

RGB 209254253
HSL0.500.960.91
HSV179°18°100°
CMYK 0.180.000.00   0.00
XYZ79.465991.5308106.4074
Yxy91.53080.28650.3300
Hunter Lab95.6717-19.16161.0271
CIE-Lab96.6282-14.4339-4.2861

#d1fefd color RGB value is (209,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11111110 11111101
Octal 321 376 375
Decimal 209 254 253
Hex D1 FE FD

RGB Percentages of Color #d1fefd

%29.19
%35.47
%35.34

CMYK Percentages of Color #d1fefd

%18
%0
%0
%0

Triadic Colors of #d1fefd

#d1fefd #fdd1fe #fefdd1

Analogous Colors of #d1fefd

#d1fefd #d1e9fe #d1fee7

Monochromatic Colors of #d1fefd

#d1fefd

Complementary Color

#d1fefd #fed1d2

#d1fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1fefd Color CSS Codes

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

#d1fefd Text Font Color

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

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


#d1fefd Background Color

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

This div background color is #d1fefd


#d1fefd Border Color

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

This div border color is #d1fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1fefd

Related Colors


Comments

No comments written yet.

Please login to write comment.