Color Hex Logo

#d0f9fe Color Hex

#D0F9FE
(208,249,254)
0 Favorites   0 Comments

Color spaces of #d0f9fe

RGB 208249254
HSL0.520.960.91
HSV187°18°100°
CMYK 0.180.020.00   0.00
XYZ77.777588.3170106.7135
Yxy88.31700.28510.3237
Hunter Lab93.9771-16.7295-1.5414
CIE-Lab95.2943-12.0441-6.7761

#d0f9fe color RGB value is (208,249,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11111001 11111110
Octal 320 371 376
Decimal 208 249 254
Hex D0 F9 FE

RGB Percentages of Color #d0f9fe

%29.25
%35.02
%35.72

CMYK Percentages of Color #d0f9fe

%18
%2
%0
%0

Triadic Colors of #d0f9fe

#d0f9fe #fed0f9 #f9fed0

Analogous Colors of #d0f9fe

#d0f9fe #d0e2fe #d0feec

Monochromatic Colors of #d0f9fe

#d0f9fe

Complementary Color

#d0f9fe #fed5d0

#d0f9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0f9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0f9fe Color CSS Codes

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

#d0f9fe Text Font Color

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

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


#d0f9fe Background Color

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

This div background color is #d0f9fe


#d0f9fe Border Color

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

This div border color is #d0f9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0f9fe


Comments

No comments written yet.

Please login to write comment.