Color Hex Logo

#dcefee Color Hex

#DCEFEE
(220,239,238)
0 Favorites   0 Comments

Color spaces of #dcefee

RGB 220239238
HSL0.490.370.90
HSV177°94°
CMYK 0.080.000.00   0.06
XYZ75.814383.121792.9372
Yxy83.12170.30100.3300
Hunter Lab91.1711-11.11593.3813
CIE-Lab93.0677-6.4153-1.6694

#dcefee color RGB value is (220,239,238).

#dcefee hex color red value is 220, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcefee hue: 0.49 , saturation: 0.37 and the lightness value of dcefee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11101110
Octal 334 357 356
Decimal 220 239 238
Hex DC EF EE

RGB Percentages of Color #dcefee

%31.56
%34.29
%34.15

CMYK Percentages of Color #dcefee

%8
%0
%0
%6

Triadic Colors of #dcefee

#dcefee #eedcef #efeedc

Analogous Colors of #dcefee

#dcefee #dce7ef #dcefe5

Monochromatic Colors of #dcefee

#dcefee

Complementary Color

#dcefee #efdcdd

#dcefee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcefee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcefee Color CSS Codes

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

#dcefee Text Font Color

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

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


#dcefee Background Color

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

This div background color is #dcefee


#dcefee Border Color

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

This div border color is #dcefee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcefee


Comments

No comments written yet.

Please login to write comment.