Color Hex Logo

#dce6fb Color Hex

#DCE6FB
(220,230,251)
0 Favorites   0 Comments

Color spaces of #dce6fb

RGB 220230251
HSL0.610.790.92
HSV221°12°98°
CMYK 0.120.080.00   0.02
XYZ75.224678.7743102.5070
Yxy78.77430.29330.3071
Hunter Lab88.7549-4.0326-6.3483
CIE-Lab91.13210.7225-11.3069

#dce6fb color RGB value is (220,230,251).

#dce6fb hex color red value is 220, green value is 230 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dce6fb hue: 0.61 , saturation: 0.79 and the lightness value of dce6fb is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 11111011
Octal 334 346 373
Decimal 220 230 251
Hex DC E6 FB

RGB Percentages of Color #dce6fb

%31.38
%32.81
%35.81

CMYK Percentages of Color #dce6fb

%12
%8
%0
%2

Triadic Colors of #dce6fb

#dce6fb #fbdce6 #e6fbdc

Analogous Colors of #dce6fb

#dce6fb #e2dcfb #dcf6fb

Monochromatic Colors of #dce6fb

#dce6fb

Complementary Color

#dce6fb #fbf1dc

#dce6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce6fb Color CSS Codes

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

#dce6fb Text Font Color

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

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


#dce6fb Background Color

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

This div background color is #dce6fb


#dce6fb Border Color

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

This div border color is #dce6fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,230,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dce6fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dce6fb;
  -webkit-box-shadow: 1px 1px 3px 2px #dce6fb;
  box-shadow:         1px 1px 3px 2px #dce6fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,230,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce6fb


Comments

No comments written yet.

Please login to write comment.