Color Hex Logo

#dcf15c Color Hex

#DCF15C
(220,241,92)
0 Favorites   0 Comments

Color spaces of #dcf15c

RGB 22024192
HSL0.190.840.65
HSV68°62°95°
CMYK 0.090.000.62   0.05
XYZ62.902378.898922.0389
Yxy78.89890.38390.4816
Hunter Lab88.8251-29.037447.4668
CIE-Lab91.1885-26.294367.3794

#dcf15c color RGB value is (220,241,92).

#dcf15c hex color red value is 220, green value is 241 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dcf15c hue: 0.19 , saturation: 0.84 and the lightness value of dcf15c is 0.65.

The process color (four color CMYK) of #dcf15c color hex is 0.09, 0.00, 0.62, 0.05. Web safe color of #dcf15c is #ccff66. Color #dcf15c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 01011100
Octal 334 361 134
Decimal 220 241 92
Hex DC F1 5C

RGB Percentages of Color #dcf15c

%39.78
%43.58
%16.64

CMYK Percentages of Color #dcf15c

%9
%0
%62
%5

Triadic Colors of #dcf15c

#dcf15c #5cdcf1 #f15cdc

Analogous Colors of #dcf15c

#dcf15c #92f15c #f1bc5c

Monochromatic Colors of #dcf15c

#dcf15c

Complementary Color

#dcf15c #715cf1

#dcf15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf15c Color CSS Codes

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

#dcf15c Text Font Color

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

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


#dcf15c Background Color

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

This div background color is #dcf15c


#dcf15c Border Color

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

This div border color is #dcf15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf15c


Comments

No comments written yet.

Please login to write comment.