Color Hex Logo

#dcf188 Color Hex

#DCF188
(220,241,136)
0 Favorites   0 Comments

Color spaces of #dcf188

RGB 220241136
HSL0.200.790.74
HSV72°44°95°
CMYK 0.090.000.44   0.05
XYZ65.414479.903835.2678
Yxy79.90380.36220.4425
Hunter Lab89.3889-25.805139.1798
CIE-Lab91.6417-22.522648.2368

#dcf188 color RGB value is (220,241,136).

#dcf188 hex color red value is 220, green value is 241 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dcf188 hue: 0.20 , saturation: 0.79 and the lightness value of dcf188 is 0.74.

The process color (four color CMYK) of #dcf188 color hex is 0.09, 0.00, 0.44, 0.05. Web safe color of #dcf188 is #ccff99. Color #dcf188 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110001 10001000
Octal 334 361 210
Decimal 220 241 136
Hex DC F1 88

RGB Percentages of Color #dcf188

%36.85
%40.37
%22.78

CMYK Percentages of Color #dcf188

%9
%0
%44
%5

Triadic Colors of #dcf188

#dcf188 #88dcf1 #f188dc

Analogous Colors of #dcf188

#dcf188 #a8f188 #f1d288

Monochromatic Colors of #dcf188

#dcf188

Complementary Color

#dcf188 #9d88f1

#dcf188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf188 Color CSS Codes

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

#dcf188 Text Font Color

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

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


#dcf188 Background Color

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

This div background color is #dcf188


#dcf188 Border Color

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

This div border color is #dcf188


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,241,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 #dcf188">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf188


Comments

No comments written yet.

Please login to write comment.