Color Hex Logo

#ffd210 Color Hex

#FFD210
(255,210,16)
0 Favorites   0 Comments

Color spaces of #ffd210

RGB 25521016
HSL0.141.000.53
HSV49°94°100°
CMYK 0.000.180.94   0.00
XYZ64.380167.390610.1047
Yxy67.39060.45380.4750
Hunter Lab82.0918-3.672850.1662
CIE-Lab85.70080.745584.7971

#ffd210 color RGB value is (255,210,16).

#ffd210 hex color red value is 255, green value is 210 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ffd210 hue: 0.14 , saturation: 1.00 and the lightness value of ffd210 is 0.53.

The process color (four color CMYK) of #ffd210 color hex is 0.00, 0.18, 0.94, 0.00. Web safe color of #ffd210 is #ffcc00. Color #ffd210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 00010000
Octal 377 322 20
Decimal 255 210 16
Hex FF D2 10

RGB Percentages of Color #ffd210

%53.01
%43.66
%3.33

CMYK Percentages of Color #ffd210

%0
%18
%94
%0

Triadic Colors of #ffd210

#ffd210 #10ffd2 #d210ff

Analogous Colors of #ffd210

#ffd210 #b5ff10 #ff5b10

Monochromatic Colors of #ffd210

#ffd210

Complementary Color

#ffd210 #103dff

#ffd210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd210 Color CSS Codes

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

#ffd210 Text Font Color

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

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


#ffd210 Background Color

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

This div background color is #ffd210


#ffd210 Border Color

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

This div border color is #ffd210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd210

Related Colors

#ffd210 Color Palettes


Comments

No comments written yet.

Please login to write comment.