Color Hex Logo

#dcffe9 Color Hex

#DCFFE9
(220,255,233)
0 Favorites   0 Comments

Color spaces of #dcffe9

RGB 220255233
HSL0.401.000.93
HSV142°14°100°
CMYK 0.140.000.09   0.00
XYZ79.983292.618890.7525
Yxy92.61880.30370.3517
Hunter Lab96.2387-20.067711.4569
CIE-Lab97.0727-15.33006.7342

#dcffe9 color RGB value is (220,255,233).

#dcffe9 hex color red value is 220, green value is 255 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dcffe9 hue: 0.40 , saturation: 1.00 and the lightness value of dcffe9 is 0.93.

The process color (four color CMYK) of #dcffe9 color hex is 0.14, 0.00, 0.09, 0.00. Web safe color of #dcffe9 is #ccffff. Color #dcffe9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 11101001
Octal 334 377 351
Decimal 220 255 233
Hex DC FF E9

RGB Percentages of Color #dcffe9

%31.07
%36.02
%32.91

CMYK Percentages of Color #dcffe9

%14
%0
%9
%0

Triadic Colors of #dcffe9

#dcffe9 #e9dcff #ffe9dc

Analogous Colors of #dcffe9

#dcffe9 #dcfffb #e1ffdc

Monochromatic Colors of #dcffe9

#dcffe9

Complementary Color

#dcffe9 #ffdcf2

#dcffe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcffe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcffe9 Color CSS Codes

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

#dcffe9 Text Font Color

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

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


#dcffe9 Background Color

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

This div background color is #dcffe9


#dcffe9 Border Color

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

This div border color is #dcffe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcffe9


Comments

No comments written yet.

Please login to write comment.