Color Hex Logo

#dcfbd4 Color Hex

#DCFBD4
(220,251,212)
0 Favorites   0 Comments

Color spaces of #dcfbd4

RGB 220251212
HSL0.300.830.91
HSV108°16°98°
CMYK 0.120.000.16   0.02
XYZ75.896088.963575.4589
Yxy88.96350.31580.3702
Hunter Lab94.3205-21.428818.5907
CIE-Lab95.5652-17.013715.3645

#dcfbd4 color RGB value is (220,251,212).

#dcfbd4 hex color red value is 220, green value is 251 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #dcfbd4 hue: 0.30 , saturation: 0.83 and the lightness value of dcfbd4 is 0.91.

The process color (four color CMYK) of #dcfbd4 color hex is 0.12, 0.00, 0.16, 0.02. Web safe color of #dcfbd4 is #ccffcc. Color #dcfbd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 11010100
Octal 334 373 324
Decimal 220 251 212
Hex DC FB D4

RGB Percentages of Color #dcfbd4

%32.21
%36.75
%31.04

CMYK Percentages of Color #dcfbd4

%12
%0
%16
%2

Triadic Colors of #dcfbd4

#dcfbd4 #d4dcfb #fbd4dc

Analogous Colors of #dcfbd4

#dcfbd4 #d4fbe0 #f0fbd4

Monochromatic Colors of #dcfbd4

#dcfbd4

Complementary Color

#dcfbd4 #f3d4fb

#dcfbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbd4 Color CSS Codes

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

#dcfbd4 Text Font Color

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

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


#dcfbd4 Background Color

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

This div background color is #dcfbd4


#dcfbd4 Border Color

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

This div border color is #dcfbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbd4


Comments

No comments written yet.

Please login to write comment.