Color Hex Logo

#dbfefd Color Hex

#DBFEFD
(219,254,253)
0 Favorites   0 Comments

Color spaces of #dbfefd

RGB 219254253
HSL0.500.950.93
HSV178°14°100°
CMYK 0.140.000.00   0.00
XYZ82.384993.0355106.5440
Yxy93.03550.29220.3300
Hunter Lab96.4549-16.33412.0268
CIE-Lab97.2420-11.3814-3.3127

#dbfefd color RGB value is (219,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11111101
Octal 333 376 375
Decimal 219 254 253
Hex DB FE FD

RGB Percentages of Color #dbfefd

%30.17
%34.99
%34.85

CMYK Percentages of Color #dbfefd

%14
%0
%0
%0

Triadic Colors of #dbfefd

#dbfefd #fddbfe #fefddb

Analogous Colors of #dbfefd

#dbfefd #dbeefe #dbfeec

Monochromatic Colors of #dbfefd

#dbfefd

Complementary Color

#dbfefd #fedbdc

#dbfefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfefd Color CSS Codes

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

#dbfefd Text Font Color

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

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


#dbfefd Background Color

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

This div background color is #dbfefd


#dbfefd Border Color

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

This div border color is #dbfefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfefd

Related Colors


Comments

No comments written yet.

Please login to write comment.