Color Hex Logo

#dcf62b Color Hex

#DCF62B
(220,246,43)
0 Favorites   0 Comments

Color spaces of #dcf62b

RGB 22024643
HSL0.190.920.57
HSV68°83°96°
CMYK 0.110.000.83   0.04
XYZ62.907081.301614.6627
Yxy81.30160.39600.5117
Hunter Lab90.1674-33.259053.4757
CIE-Lab92.2657-30.926684.1515

#dcf62b color RGB value is (220,246,43).

#dcf62b hex color red value is 220, green value is 246 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #dcf62b hue: 0.19 , saturation: 0.92 and the lightness value of dcf62b is 0.57.

The process color (four color CMYK) of #dcf62b color hex is 0.11, 0.00, 0.83, 0.04. Web safe color of #dcf62b is #ccff33. Color #dcf62b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 00101011
Octal 334 366 53
Decimal 220 246 43
Hex DC F6 2B

RGB Percentages of Color #dcf62b

%43.22
%48.33
%8.45

CMYK Percentages of Color #dcf62b

%11
%0
%83
%4

Triadic Colors of #dcf62b

#dcf62b #2bdcf6 #f62bdc

Analogous Colors of #dcf62b

#dcf62b #77f62b #f6ab2b

Monochromatic Colors of #dcf62b

#dcf62b

Complementary Color

#dcf62b #452bf6

#dcf62b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf62b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf62b Color CSS Codes

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

#dcf62b Text Font Color

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

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


#dcf62b Background Color

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

This div background color is #dcf62b


#dcf62b Border Color

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

This div border color is #dcf62b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf62b


Comments

No comments written yet.

Please login to write comment.