Color Hex Logo

#dcfcee Color Hex

#DCFCEE
(220,252,238)
0 Favorites   0 Comments

Color spaces of #dcfcee

RGB 220252238
HSL0.430.840.93
HSV154°13°99°
CMYK 0.130.000.06   0.01
XYZ79.758291.009594.2518
Yxy91.00950.30100.3434
Hunter Lab95.3989-17.71328.2021
CIE-Lab96.4140-12.93373.2097

#dcfcee color RGB value is (220,252,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111100 11101110
Octal 334 374 356
Decimal 220 252 238
Hex DC FC EE

RGB Percentages of Color #dcfcee

%30.99
%35.49
%33.52

CMYK Percentages of Color #dcfcee

%13
%0
%6
%1

Triadic Colors of #dcfcee

#dcfcee #eedcfc #fceedc

Analogous Colors of #dcfcee

#dcfcee #dcfafc #dcfcde

Monochromatic Colors of #dcfcee

#dcfcee

Complementary Color

#dcfcee #fcdcea

#dcfcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfcee Color CSS Codes

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

#dcfcee Text Font Color

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

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


#dcfcee Background Color

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

This div background color is #dcfcee


#dcfcee Border Color

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

This div border color is #dcfcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfcee


Comments

No comments written yet.

Please login to write comment.