Color Hex Logo

#ffcd2c Color Hex

#FFCD2C
(255,205,44)
0 Favorites   0 Comments

Color spaces of #ffcd2c

RGB 25520544
HSL0.131.000.59
HSV46°83°100°
CMYK 0.000.200.83   0.00
XYZ63.525965.104511.6011
Yxy65.10450.45300.4643
Hunter Lab80.6874-0.668247.9565
CIE-Lab84.53763.808978.5258

#ffcd2c color RGB value is (255,205,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 00101100
Octal 377 315 54
Decimal 255 205 44
Hex FF CD 2C

RGB Percentages of Color #ffcd2c

%50.60
%40.67
%8.73

CMYK Percentages of Color #ffcd2c

%0
%20
%83
%0

Triadic Colors of #ffcd2c

#ffcd2c #2cffcd #cd2cff

Analogous Colors of #ffcd2c

#ffcd2c #c8ff2c #ff642c

Monochromatic Colors of #ffcd2c

#ffcd2c

Complementary Color

#ffcd2c #2c5eff

#ffcd2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd2c Color CSS Codes

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

#ffcd2c Text Font Color

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

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


#ffcd2c Background Color

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

This div background color is #ffcd2c


#ffcd2c Border Color

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

This div border color is #ffcd2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd2c


Comments

No comments written yet.

Please login to write comment.