Color Hex Logo

#dcf952 Color Hex

#DCF952
(220,249,82)
0 Favorites   0 Comments

Color spaces of #dcf952

RGB 22024982
HSL0.200.930.65
HSV70°67°98°
CMYK 0.120.000.67   0.02
XYZ64.913983.576220.6931
Yxy83.57620.38370.4940
Hunter Lab91.4200-33.238950.5736
CIE-Lab93.2661-30.653373.4021

#dcf952 color RGB value is (220,249,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 01010010
Octal 334 371 122
Decimal 220 249 82
Hex DC F9 52

RGB Percentages of Color #dcf952

%39.93
%45.19
%14.88

CMYK Percentages of Color #dcf952

%12
%0
%67
%2

Triadic Colors of #dcf952

#dcf952 #52dcf9 #f952dc

Analogous Colors of #dcf952

#dcf952 #89f952 #f9c352

Monochromatic Colors of #dcf952

#dcf952

Complementary Color

#dcf952 #6f52f9

#dcf952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf952 Color CSS Codes

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

#dcf952 Text Font Color

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

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


#dcf952 Background Color

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

This div background color is #dcf952


#dcf952 Border Color

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

This div border color is #dcf952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf952


Comments

No comments written yet.

Please login to write comment.