Color Hex Logo

#dcf948 Color Hex

#DCF948
(220,249,72)
0 Favorites   0 Comments

Color spaces of #dcf948

RGB 22024972
HSL0.190.940.63
HSV70°71°98°
CMYK 0.120.000.71   0.02
XYZ64.560683.434918.8327
Yxy83.43490.38700.5001
Hunter Lab91.3427-33.686851.7157
CIE-Lab93.2045-31.188076.8505

#dcf948 color RGB value is (220,249,72).

#dcf948 hex color red value is 220, green value is 249 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dcf948 hue: 0.19 , saturation: 0.94 and the lightness value of dcf948 is 0.63.

The process color (four color CMYK) of #dcf948 color hex is 0.12, 0.00, 0.71, 0.02. Web safe color of #dcf948 is #ccff33. Color #dcf948 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 01001000
Octal 334 371 110
Decimal 220 249 72
Hex DC F9 48

RGB Percentages of Color #dcf948

%40.67
%46.03
%13.31

CMYK Percentages of Color #dcf948

%12
%0
%71
%2

Triadic Colors of #dcf948

#dcf948 #48dcf9 #f948dc

Analogous Colors of #dcf948

#dcf948 #84f948 #f9be48

Monochromatic Colors of #dcf948

#dcf948

Complementary Color

#dcf948 #6548f9

#dcf948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf948 Color CSS Codes

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

#dcf948 Text Font Color

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

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


#dcf948 Background Color

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

This div background color is #dcf948


#dcf948 Border Color

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

This div border color is #dcf948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf948


Comments

No comments written yet.

Please login to write comment.