Color Hex Logo

#dcf338 Color Hex

#DCF338
(220,243,56)
0 Favorites   0 Comments

Color spaces of #dcf338

RGB 22024356
HSL0.190.890.59
HSV67°77°95°
CMYK 0.090.000.77   0.05
XYZ62.279679.602415.8237
Yxy79.60240.39490.5048
Hunter Lab89.2202-31.534551.9387
CIE-Lab91.5062-29.106080.2046

#dcf338 color RGB value is (220,243,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110011 00111000
Octal 334 363 70
Decimal 220 243 56
Hex DC F3 38

RGB Percentages of Color #dcf338

%42.39
%46.82
%10.79

CMYK Percentages of Color #dcf338

%9
%0
%77
%5

Triadic Colors of #dcf338

#dcf338 #38dcf3 #f338dc

Analogous Colors of #dcf338

#dcf338 #7ff338 #f3ad38

Monochromatic Colors of #dcf338

#dcf338

Complementary Color

#dcf338 #4f38f3

#dcf338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf338 Color CSS Codes

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

#dcf338 Text Font Color

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

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


#dcf338 Background Color

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

This div background color is #dcf338


#dcf338 Border Color

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

This div border color is #dcf338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf338


Comments

No comments written yet.

Please login to write comment.