Color Hex Logo

#ffcd1a Color Hex

#FFCD1A
(255,205,26)
0 Favorites   0 Comments

Color spaces of #ffcd1a

RGB 25520526
HSL0.131.000.55
HSV47°90°100°
CMYK 0.000.200.90   0.00
XYZ63.257864.997210.1890
Yxy64.99720.45690.4695
Hunter Lab80.6208-1.029448.9414
CIE-Lab84.48233.431282.4451

#ffcd1a color RGB value is (255,205,26).

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

The process color (four color CMYK) of #ffcd1a color hex is 0.00, 0.20, 0.90, 0.00. Web safe color of #ffcd1a is #ffcc33. Color #ffcd1a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 00011010
Octal 377 315 32
Decimal 255 205 26
Hex FF CD 1A

RGB Percentages of Color #ffcd1a

%52.47
%42.18
%5.35

CMYK Percentages of Color #ffcd1a

%0
%20
%90
%0

Triadic Colors of #ffcd1a

#ffcd1a #1affcd #cd1aff

Analogous Colors of #ffcd1a

#ffcd1a #bfff1a #ff5a1a

Monochromatic Colors of #ffcd1a

#ffcd1a

Complementary Color

#ffcd1a #1a4cff

#ffcd1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd1a Color CSS Codes

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

#ffcd1a Text Font Color

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

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


#ffcd1a Background Color

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

This div background color is #ffcd1a


#ffcd1a Border Color

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

This div border color is #ffcd1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd1a

Related Colors

#ffcd1a Color Palettes


Comments

No comments written yet.

Please login to write comment.