Color Hex Logo

#dcf4ee Color Hex

#DCF4EE
(220,244,238)
0 Favorites   0 Comments

Color spaces of #dcf4ee

RGB 220244238
HSL0.460.520.91
HSV165°10°96°
CMYK 0.100.000.02   0.04
XYZ77.298586.090193.4319
Yxy86.09010.30100.3352
Hunter Lab92.7848-13.66595.2458
CIE-Lab94.3509-8.93980.2070

#dcf4ee color RGB value is (220,244,238).

#dcf4ee hex color red value is 220, green value is 244 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dcf4ee hue: 0.46 , saturation: 0.52 and the lightness value of dcf4ee is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 11101110
Octal 334 364 356
Decimal 220 244 238
Hex DC F4 EE

RGB Percentages of Color #dcf4ee

%31.34
%34.76
%33.90

CMYK Percentages of Color #dcf4ee

%10
%0
%2
%4

Triadic Colors of #dcf4ee

#dcf4ee #eedcf4 #f4eedc

Analogous Colors of #dcf4ee

#dcf4ee #dceef4 #dcf4e2

Monochromatic Colors of #dcf4ee

#dcf4ee

Complementary Color

#dcf4ee #f4dce2

#dcf4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf4ee Color CSS Codes

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

#dcf4ee Text Font Color

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

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


#dcf4ee Background Color

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

This div background color is #dcf4ee


#dcf4ee Border Color

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

This div border color is #dcf4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf4ee


Comments

No comments written yet.

Please login to write comment.