Color Hex Logo

#dcf335 Color Hex

#DCF335
(220,243,53)
0 Favorites   0 Comments

Color spaces of #dcf335

RGB 22024353
HSL0.190.890.58
HSV67°78°95°
CMYK 0.090.000.78   0.05
XYZ62.208479.573915.4487
Yxy79.57390.39560.5061
Hunter Lab89.2042-31.626752.1749
CIE-Lab91.4933-29.216381.0198

#dcf335 color RGB value is (220,243,53).

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

The process color (four color CMYK) of #dcf335 color hex is 0.09, 0.00, 0.78, 0.05. Web safe color of #dcf335 is #ccff33. Color #dcf335 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 00110101
Octal 334 363 65
Decimal 220 243 53
Hex DC F3 35

RGB Percentages of Color #dcf335

%42.64
%47.09
%10.27

CMYK Percentages of Color #dcf335

%9
%0
%78
%5

Triadic Colors of #dcf335

#dcf335 #35dcf3 #f335dc

Analogous Colors of #dcf335

#dcf335 #7df335 #f3ab35

Monochromatic Colors of #dcf335

#dcf335

Complementary Color

#dcf335 #4c35f3

#dcf335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf335 Color CSS Codes

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

#dcf335 Text Font Color

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

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


#dcf335 Background Color

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

This div background color is #dcf335


#dcf335 Border Color

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

This div border color is #dcf335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf335


Comments

No comments written yet.

Please login to write comment.