Color Hex Logo

#ffd053 Color Hex

#FFD053
(255,208,83)
0 Favorites   0 Comments

Color spaces of #ffd053

RGB 25520883
HSL0.121.000.66
HSV44°67°100°
CMYK 0.000.180.67   0.00
XYZ65.357266.996317.6705
Yxy66.99630.43560.4466
Hunter Lab81.8513-0.709744.4960
CIE-Lab85.50213.812565.9116

#ffd053 color RGB value is (255,208,83).

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

The process color (four color CMYK) of #ffd053 color hex is 0.00, 0.18, 0.67, 0.00. Web safe color of #ffd053 is #ffcc66. Color #ffd053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010000 01010011
Octal 377 320 123
Decimal 255 208 83
Hex FF D0 53

RGB Percentages of Color #ffd053

%46.70
%38.10
%15.20

CMYK Percentages of Color #ffd053

%0
%18
%67
%0

Triadic Colors of #ffd053

#ffd053 #53ffd0 #d053ff

Analogous Colors of #ffd053

#ffd053 #d8ff53 #ff7a53

Monochromatic Colors of #ffd053

#ffd053

Complementary Color

#ffd053 #5382ff

#ffd053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd053 Color CSS Codes

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

#ffd053 Text Font Color

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

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


#ffd053 Background Color

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

This div background color is #ffd053


#ffd053 Border Color

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

This div border color is #ffd053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd053

Related Colors


Comments

No comments written yet.

Please login to write comment.