Color Hex Logo

#ffd204 Color Hex

#FFD204
(255,210,4)
2 Favorites   0 Comments

Color spaces of #ffd204

RGB 2552104
HSL0.141.000.51
HSV49°98°100°
CMYK 0.000.180.98   0.00
XYZ64.308567.36209.7276
Yxy67.36200.45480.4764
Hunter Lab82.0744-3.768350.4249
CIE-Lab85.68640.644785.9130

#ffd204 color RGB value is (255,210,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 00000100
Octal 377 322 4
Decimal 255 210 4
Hex FF D2 4

RGB Percentages of Color #ffd204

%54.37
%44.78
%0.85

CMYK Percentages of Color #ffd204

%0
%18
%98
%0

Triadic Colors of #ffd204

#ffd204 #04ffd2 #d204ff

Analogous Colors of #ffd204

#ffd204 #afff04 #ff5504

Monochromatic Colors of #ffd204

#ffd204

Complementary Color

#ffd204 #0431ff

#ffd204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd204 Color CSS Codes

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

#ffd204 Text Font Color

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

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


#ffd204 Background Color

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

This div background color is #ffd204


#ffd204 Border Color

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

This div border color is #ffd204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd204

Related Colors

#ffd204 Color Palettes


Comments

No comments written yet.

Please login to write comment.