Color Hex Logo

#dcf969 Color Hex

#DCF969
(220,249,105)
0 Favorites   0 Comments

Color spaces of #dcf969

RGB 220249105
HSL0.200.920.69
HSV72°58°98°
CMYK 0.120.000.58   0.02
XYZ65.940783.986926.1003
Yxy83.98690.37460.4771
Hunter Lab91.6444-31.941947.2653
CIE-Lab93.4448-29.114064.4588

#dcf969 color RGB value is (220,249,105).

#dcf969 hex color red value is 220, green value is 249 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dcf969 hue: 0.20 , saturation: 0.92 and the lightness value of dcf969 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 01101001
Octal 334 371 151
Decimal 220 249 105
Hex DC F9 69

RGB Percentages of Color #dcf969

%38.33
%43.38
%18.29

CMYK Percentages of Color #dcf969

%12
%0
%58
%2

Triadic Colors of #dcf969

#dcf969 #69dcf9 #f969dc

Analogous Colors of #dcf969

#dcf969 #94f969 #f9ce69

Monochromatic Colors of #dcf969

#dcf969

Complementary Color

#dcf969 #8669f9

#dcf969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf969 Color CSS Codes

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

#dcf969 Text Font Color

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

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


#dcf969 Background Color

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

This div background color is #dcf969


#dcf969 Border Color

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

This div border color is #dcf969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf969


Comments

No comments written yet.

Please login to write comment.