Color Hex Logo

#dcfbae Color Hex

#DCFBAE
(220,251,174)
0 Favorites   0 Comments

Color spaces of #dcfbae

RGB 220251174
HSL0.230.910.83
HSV84°31°98°
CMYK 0.120.000.31   0.02
XYZ71.652487.266053.1119
Yxy87.26600.33790.4116
Hunter Lab93.4163-26.564931.6820
CIE-Lab94.8510-22.747433.6853

#dcfbae color RGB value is (220,251,174).

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

The process color (four color CMYK) of #dcfbae color hex is 0.12, 0.00, 0.31, 0.02. Web safe color of #dcfbae is #ccff99. Color #dcfbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 10101110
Octal 334 373 256
Decimal 220 251 174
Hex DC FB AE

RGB Percentages of Color #dcfbae

%34.11
%38.91
%26.98

CMYK Percentages of Color #dcfbae

%12
%0
%31
%2

Triadic Colors of #dcfbae

#dcfbae #aedcfb #fbaedc

Analogous Colors of #dcfbae

#dcfbae #b6fbae #fbf4ae

Monochromatic Colors of #dcfbae

#dcfbae

Complementary Color

#dcfbae #cdaefb

#dcfbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfbae Color CSS Codes

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

#dcfbae Text Font Color

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

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


#dcfbae Background Color

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

This div background color is #dcfbae


#dcfbae Border Color

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

This div border color is #dcfbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfbae


Comments

No comments written yet.

Please login to write comment.