Color Hex Logo

#ffdc52 Color Hex

#FFDC52
(255,220,82)
0 Favorites   0 Comments

Color spaces of #ffdc52

RGB 25522082
HSL0.131.000.66
HSV48°68°100°
CMYK 0.000.140.68   0.00
XYZ68.356273.055618.4810
Yxy73.05560.42750.4569
Hunter Lab85.4726-6.822647.0110
CIE-Lab88.4742-2.349069.3929

#ffdc52 color RGB value is (255,220,82).

#ffdc52 hex color red value is 255, green value is 220 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #ffdc52 hue: 0.13 , saturation: 1.00 and the lightness value of ffdc52 is 0.66.

The process color (four color CMYK) of #ffdc52 color hex is 0.00, 0.14, 0.68, 0.00. Web safe color of #ffdc52 is #ffcc66. Color #ffdc52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01010010
Octal 377 334 122
Decimal 255 220 82
Hex FF DC 52

RGB Percentages of Color #ffdc52

%45.78
%39.50
%14.72

CMYK Percentages of Color #ffdc52

%0
%14
%68
%0

Triadic Colors of #ffdc52

#ffdc52 #52ffdc #dc52ff

Analogous Colors of #ffdc52

#ffdc52 #ccff52 #ff8652

Monochromatic Colors of #ffdc52

#ffdc52

Complementary Color

#ffdc52 #5275ff

#ffdc52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc52 Color CSS Codes

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

#ffdc52 Text Font Color

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

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


#ffdc52 Background Color

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

This div background color is #ffdc52


#ffdc52 Border Color

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

This div border color is #ffdc52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc52

#ffdc52 Color Palettes


Comments

No comments written yet.

Please login to write comment.