Color Hex Logo

#dcf97b Color Hex

#DCF97B
(220,249,123)
0 Favorites   0 Comments

Color spaces of #dcf97b

RGB 220249123
HSL0.210.910.73
HSV74°51°98°
CMYK 0.120.000.51   0.02
XYZ66.966084.397131.4997
Yxy84.39710.36620.4615
Hunter Lab91.8679-30.653443.9781
CIE-Lab93.6227-27.598456.7294

#dcf97b color RGB value is (220,249,123).

#dcf97b hex color red value is 220, green value is 249 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dcf97b hue: 0.21 , saturation: 0.91 and the lightness value of dcf97b is 0.73.

The process color (four color CMYK) of #dcf97b color hex is 0.12, 0.00, 0.51, 0.02. Web safe color of #dcf97b is #ccff66. Color #dcf97b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 01111011
Octal 334 371 173
Decimal 220 249 123
Hex DC F9 7B

RGB Percentages of Color #dcf97b

%37.16
%42.06
%20.78

CMYK Percentages of Color #dcf97b

%12
%0
%51
%2

Triadic Colors of #dcf97b

#dcf97b #7bdcf9 #f97bdc

Analogous Colors of #dcf97b

#dcf97b #9df97b #f9d77b

Monochromatic Colors of #dcf97b

#dcf97b

Complementary Color

#dcf97b #987bf9

#dcf97b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf97b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf97b Color CSS Codes

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

#dcf97b Text Font Color

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

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


#dcf97b Background Color

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

This div background color is #dcf97b


#dcf97b Border Color

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

This div border color is #dcf97b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf97b


Comments

No comments written yet.

Please login to write comment.