Color Hex Logo

#dcf49b Color Hex

#DCF49B
(220,244,155)
0 Favorites   0 Comments

Color spaces of #dcf49b

RGB 220244155
HSL0.210.800.78
HSV76°36°96°
CMYK 0.100.000.36   0.04
XYZ67.782382.283643.3202
Yxy82.28360.35050.4255
Hunter Lab90.7103-25.360835.1823
CIE-Lab92.6999-21.820340.3156

#dcf49b color RGB value is (220,244,155).

#dcf49b hex color red value is 220, green value is 244 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dcf49b hue: 0.21 , saturation: 0.80 and the lightness value of dcf49b is 0.78.

The process color (four color CMYK) of #dcf49b color hex is 0.10, 0.00, 0.36, 0.04. Web safe color of #dcf49b is #ccff99. Color #dcf49b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 10011011
Octal 334 364 233
Decimal 220 244 155
Hex DC F4 9B

RGB Percentages of Color #dcf49b

%35.54
%39.42
%25.04

CMYK Percentages of Color #dcf49b

%10
%0
%36
%4

Triadic Colors of #dcf49b

#dcf49b #9bdcf4 #f49bdc

Analogous Colors of #dcf49b

#dcf49b #b0f49b #f4e09b

Monochromatic Colors of #dcf49b

#dcf49b

Complementary Color

#dcf49b #b39bf4

#dcf49b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf49b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf49b Color CSS Codes

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

#dcf49b Text Font Color

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

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


#dcf49b Background Color

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

This div background color is #dcf49b


#dcf49b Border Color

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

This div border color is #dcf49b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf49b


Comments

No comments written yet.

Please login to write comment.