Color Hex Logo

#dcf283 Color Hex

#DCF283
(220,242,131)
0 Favorites   0 Comments

Color spaces of #dcf283

RGB 220242131
HSL0.200.810.73
HSV72°46°95°
CMYK 0.090.000.46   0.05
XYZ65.364180.358633.5384
Yxy80.35860.36460.4483
Hunter Lab89.6430-26.720040.5677
CIE-Lab91.8455-23.514450.8710

#dcf283 color RGB value is (220,242,131).

#dcf283 hex color red value is 220, green value is 242 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #dcf283 hue: 0.20 , saturation: 0.81 and the lightness value of dcf283 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110010 10000011
Octal 334 362 203
Decimal 220 242 131
Hex DC F2 83

RGB Percentages of Color #dcf283

%37.10
%40.81
%22.09

CMYK Percentages of Color #dcf283

%9
%0
%46
%5

Triadic Colors of #dcf283

#dcf283 #83dcf2 #f283dc

Analogous Colors of #dcf283

#dcf283 #a5f283 #f2d183

Monochromatic Colors of #dcf283

#dcf283

Complementary Color

#dcf283 #9983f2

#dcf283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf283 Color CSS Codes

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

#dcf283 Text Font Color

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

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


#dcf283 Background Color

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

This div background color is #dcf283


#dcf283 Border Color

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

This div border color is #dcf283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf283


Comments

No comments written yet.

Please login to write comment.