Color Hex Logo

#ffdc62 Color Hex

#FFDC62
(255,220,98)
0 Favorites   0 Comments

Color spaces of #ffdc62

RGB 25522098
HSL0.131.000.69
HSV47°62°100°
CMYK 0.000.140.62   0.00
XYZ69.037873.328222.0704
Yxy73.32820.41980.4459
Hunter Lab85.6319-5.946244.6612
CIE-Lab88.6040-1.424462.8674

#ffdc62 color RGB value is (255,220,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 01100010
Octal 377 334 142
Decimal 255 220 98
Hex FF DC 62

RGB Percentages of Color #ffdc62

%44.50
%38.39
%17.10

CMYK Percentages of Color #ffdc62

%0
%14
%62
%0

Triadic Colors of #ffdc62

#ffdc62 #62ffdc #dc62ff

Analogous Colors of #ffdc62

#ffdc62 #d4ff62 #ff8e62

Monochromatic Colors of #ffdc62

#ffdc62

Complementary Color

#ffdc62 #6285ff

#ffdc62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc62 Color CSS Codes

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

#ffdc62 Text Font Color

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

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


#ffdc62 Background Color

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

This div background color is #ffdc62


#ffdc62 Border Color

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

This div border color is #ffdc62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc62

Related Colors


Comments

No comments written yet.

Please login to write comment.