color codes Logo

#ffc00d color codes

#FFC00D
(255,192,13)
0 Favorites   0 Comments

Color spaces of #ffc00d

RGB 25519213
HSL0.121.000.53
HSV44°95°100°
CMYK 0.000.250.95   0.00
XYZ60.162358.98838.5958
Yxy58.98830.47100.4618
Hunter Lab76.80385.416647.1270
CIE-Lab81.28529.971881.9360

#ffc00d color RGB value is (255,192,13).

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

The process color (four color CMYK) of #ffc00d color code is 0.00, 0.25, 0.95, 0.00. Web safe color of #ffc00d is #ffcc00. Color #ffc00d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 00001101
Octal 377 300 15
Decimal 255 192 13
Hex FF C0 D

RGB Percentages of Color #ffc00d

%55.43
%41.74
%2.83

CMYK Percentages of Color #ffc00d

%0
%25
%95
%0

Triadic Colors of #ffc00d

#ffc00d #0dffc0 #c00dff

Analogous Colors of #ffc00d

#ffc00d #c5ff0d #ff470d

Monochromatic Colors of #ffc00d

#ffc00d

Complementary Color

#ffc00d #0d4cff

#ffc00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc00d Color CSS Codes

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

#ffc00d Text Font Color

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

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


#ffc00d Background Color

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

This div background color is #ffc00d


#ffc00d Border Color

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

This div border color is #ffc00d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc00d


Comments

No comments written yet.

Please login to write comment.