Color Hex Logo

#dcffe3 Color Hex

#DCFFE3
(220,255,227)
0 Favorites   0 Comments

Color spaces of #dcffe3

RGB 220255227
HSL0.371.000.93
HSV132°14°100°
CMYK 0.140.000.11   0.00
XYZ79.140392.281786.3141
Yxy92.28170.30710.3580
Hunter Lab96.0634-21.056513.9716
CIE-Lab96.9353-16.40209.6172

#dcffe3 color RGB value is (220,255,227).

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

The process color (four color CMYK) of #dcffe3 color hex is 0.14, 0.00, 0.11, 0.00. Web safe color of #dcffe3 is #ccffcc. Color #dcffe3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111111 11100011
Octal 334 377 343
Decimal 220 255 227
Hex DC FF E3

RGB Percentages of Color #dcffe3

%31.34
%36.32
%32.34

CMYK Percentages of Color #dcffe3

%14
%0
%11
%0

Triadic Colors of #dcffe3

#dcffe3 #e3dcff #ffe3dc

Analogous Colors of #dcffe3

#dcffe3 #dcfff5 #e7ffdc

Monochromatic Colors of #dcffe3

#dcffe3

Complementary Color

#dcffe3 #ffdcf8

#dcffe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcffe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcffe3 Color CSS Codes

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

#dcffe3 Text Font Color

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

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


#dcffe3 Background Color

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

This div background color is #dcffe3


#dcffe3 Border Color

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

This div border color is #dcffe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcffe3

Related Colors


Comments

No comments written yet.

Please login to write comment.