Color Hex Logo

#ffcd56 Color Hex

#FFCD56
(255,205,86)
0 Favorites   0 Comments

Color spaces of #ffcd56

RGB 25520586
HSL0.121.000.67
HSV42°66°100°
CMYK 0.000.200.66   0.00
XYZ64.751065.594518.0524
Yxy65.59450.43630.4420
Hunter Lab80.99040.975643.4778
CIE-Lab84.78925.516763.9021

#ffcd56 color RGB value is (255,205,86).

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

The process color (four color CMYK) of #ffcd56 color hex is 0.00, 0.20, 0.66, 0.00. Web safe color of #ffcd56 is #ffcc66. Color #ffcd56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 01010110
Octal 377 315 126
Decimal 255 205 86
Hex FF CD 56

RGB Percentages of Color #ffcd56

%46.70
%37.55
%15.75

CMYK Percentages of Color #ffcd56

%0
%20
%66
%0

Triadic Colors of #ffcd56

#ffcd56 #56ffcd #cd56ff

Analogous Colors of #ffcd56

#ffcd56 #ddff56 #ff7956

Monochromatic Colors of #ffcd56

#ffcd56

Complementary Color

#ffcd56 #5688ff

#ffcd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd56 Color CSS Codes

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

#ffcd56 Text Font Color

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

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


#ffcd56 Background Color

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

This div background color is #ffcd56


#ffcd56 Border Color

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

This div border color is #ffcd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd56

#ffcd56 Color Palettes


Comments

No comments written yet.

Please login to write comment.