Color Hex Logo

#dcf888 Color Hex

#DCF888
(220,248,136)
0 Favorites   0 Comments

Color spaces of #dcf888

RGB 220248136
HSL0.210.890.75
HSV75°45°97°
CMYK 0.110.000.45   0.03
XYZ67.526584.128035.9719
Yxy84.12800.35990.4484
Hunter Lab91.7213-29.098140.9522
CIE-Lab93.5061-25.857850.5432

#dcf888 color RGB value is (220,248,136).

#dcf888 hex color red value is 220, green value is 248 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dcf888 hue: 0.21 , saturation: 0.89 and the lightness value of dcf888 is 0.75.

The process color (four color CMYK) of #dcf888 color hex is 0.11, 0.00, 0.45, 0.03. Web safe color of #dcf888 is #ccff99. Color #dcf888 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 10001000
Octal 334 370 210
Decimal 220 248 136
Hex DC F8 88

RGB Percentages of Color #dcf888

%36.42
%41.06
%22.52

CMYK Percentages of Color #dcf888

%11
%0
%45
%3

Triadic Colors of #dcf888

#dcf888 #88dcf8 #f888dc

Analogous Colors of #dcf888

#dcf888 #a4f888 #f8dc88

Monochromatic Colors of #dcf888

#dcf888

Complementary Color

#dcf888 #a488f8

#dcf888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf888 Color CSS Codes

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

#dcf888 Text Font Color

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

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


#dcf888 Background Color

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

This div background color is #dcf888


#dcf888 Border Color

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

This div border color is #dcf888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf888

Related Colors


Comments

No comments written yet.

Please login to write comment.