Color Hex Logo

#dcfeee Color Hex

#DCFEEE
(220,254,238)
0 Favorites   0 Comments

Color spaces of #dcfeee

RGB 220254238
HSL0.420.940.93
HSV152°13°100°
CMYK 0.130.000.06   0.00
XYZ80.389692.272394.4623
Yxy92.27230.30090.3454
Hunter Lab96.0585-18.71898.9361
CIE-Lab96.9315-13.92323.9602

#dcfeee color RGB value is (220,254,238).

#dcfeee hex color red value is 220, green value is 254 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcfeee hue: 0.42 , saturation: 0.94 and the lightness value of dcfeee is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 11101110
Octal 334 376 356
Decimal 220 254 238
Hex DC FE EE

RGB Percentages of Color #dcfeee

%30.90
%35.67
%33.43

CMYK Percentages of Color #dcfeee

%13
%0
%6
%0

Triadic Colors of #dcfeee

#dcfeee #eedcfe #feeedc

Analogous Colors of #dcfeee

#dcfeee #dcfdfe #dcfedd

Monochromatic Colors of #dcfeee

#dcfeee

Complementary Color

#dcfeee #fedcec

#dcfeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfeee Color CSS Codes

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

#dcfeee Text Font Color

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

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


#dcfeee Background Color

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

This div background color is #dcfeee


#dcfeee Border Color

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

This div border color is #dcfeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfeee


Comments

No comments written yet.

Please login to write comment.