Color Hex Logo

#dcf268 Color Hex

#DCF268
(220,242,104)
0 Favorites   0 Comments

Color spaces of #dcf268

RGB 220242104
HSL0.190.840.68
HSV70°57°95°
CMYK 0.090.000.57   0.05
XYZ63.766079.719425.1233
Yxy79.71940.37820.4728
Hunter Lab89.2857-28.769045.8169
CIE-Lab91.5588-25.905162.7770

#dcf268 color RGB value is (220,242,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 01101000
Octal 334 362 150
Decimal 220 242 104
Hex DC F2 68

RGB Percentages of Color #dcf268

%38.87
%42.76
%18.37

CMYK Percentages of Color #dcf268

%9
%0
%57
%5

Triadic Colors of #dcf268

#dcf268 #68dcf2 #f268dc

Analogous Colors of #dcf268

#dcf268 #97f268 #f2c368

Monochromatic Colors of #dcf268

#dcf268

Complementary Color

#dcf268 #7e68f2

#dcf268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf268 Color CSS Codes

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

#dcf268 Text Font Color

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

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


#dcf268 Background Color

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

This div background color is #dcf268


#dcf268 Border Color

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

This div border color is #dcf268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf268


Comments

No comments written yet.

Please login to write comment.