Color Hex Logo

#dcf633 Color Hex

#DCF633
(220,246,51)
0 Favorites   0 Comments

Color spaces of #dcf633

RGB 22024651
HSL0.190.920.58
HSV68°79°96°
CMYK 0.110.000.79   0.04
XYZ63.068581.366215.5132
Yxy81.36620.39430.5087
Hunter Lab90.2032-33.051652.9455
CIE-Lab92.2944-30.677682.2560

#dcf633 color RGB value is (220,246,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110110 00110011
Octal 334 366 63
Decimal 220 246 51
Hex DC F6 33

RGB Percentages of Color #dcf633

%42.55
%47.58
%9.86

CMYK Percentages of Color #dcf633

%11
%0
%79
%4

Triadic Colors of #dcf633

#dcf633 #33dcf6 #f633dc

Analogous Colors of #dcf633

#dcf633 #7bf633 #f6af33

Monochromatic Colors of #dcf633

#dcf633

Complementary Color

#dcf633 #4d33f6

#dcf633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf633 Color CSS Codes

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

#dcf633 Text Font Color

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

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


#dcf633 Background Color

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

This div background color is #dcf633


#dcf633 Border Color

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

This div border color is #dcf633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf633


Comments

No comments written yet.

Please login to write comment.