Color Hex Logo

#dceff5 Color Hex

#DCEFF5
(220,239,245)
0 Favorites   0 Comments

Color spaces of #dceff5

RGB 220239245
HSL0.540.560.91
HSV194°10°96°
CMYK 0.100.020.00   0.04
XYZ76.863183.541298.4601
Yxy83.54120.29690.3227
Hunter Lab91.4009-9.84290.1114
CIE-Lab93.2509-5.0764-5.0395

#dceff5 color RGB value is (220,239,245).

#dceff5 hex color red value is 220, green value is 239 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #dceff5 hue: 0.54 , saturation: 0.56 and the lightness value of dceff5 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11110101
Octal 334 357 365
Decimal 220 239 245
Hex DC EF F5

RGB Percentages of Color #dceff5

%31.25
%33.95
%34.80

CMYK Percentages of Color #dceff5

%10
%2
%0
%4

Triadic Colors of #dceff5

#dceff5 #f5dcef #eff5dc

Analogous Colors of #dceff5

#dceff5 #dce3f5 #dcf5ef

Monochromatic Colors of #dceff5

#dceff5

Complementary Color

#dceff5 #f5e2dc

#dceff5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceff5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceff5 Color CSS Codes

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

#dceff5 Text Font Color

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

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


#dceff5 Background Color

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

This div background color is #dceff5


#dceff5 Border Color

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

This div border color is #dceff5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceff5

Related Colors


Comments

No comments written yet.

Please login to write comment.