Color Hex Logo

#ffc308 Color Hex

#FFC308
(255,195,8)
0 Favorites   0 Comments

Color spaces of #ffc308

RGB 2551958
HSL0.131.000.52
HSV45°97°100°
CMYK 0.000.240.97   0.00
XYZ60.798960.30778.6658
Yxy60.30770.46850.4647
Hunter Lab77.65803.847147.7445
CIE-Lab82.00528.377382.9451

#ffc308 color RGB value is (255,195,8).

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

The process color (four color CMYK) of #ffc308 color hex is 0.00, 0.24, 0.97, 0.00. Web safe color of #ffc308 is #ffcc00. Color #ffc308 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 00001000
Octal 377 303 10
Decimal 255 195 8
Hex FF C3 8

RGB Percentages of Color #ffc308

%55.68
%42.58
%1.75

CMYK Percentages of Color #ffc308

%0
%24
%97
%0

Triadic Colors of #ffc308

#ffc308 #08ffc3 #c308ff

Analogous Colors of #ffc308

#ffc308 #c0ff08 #ff4808

Monochromatic Colors of #ffc308

#ffc308

Complementary Color

#ffc308 #0844ff

#ffc308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc308 Color CSS Codes

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

#ffc308 Text Font Color

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

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


#ffc308 Background Color

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

This div background color is #ffc308


#ffc308 Border Color

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

This div border color is #ffc308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc308

#ffc308 Color Palettes


Comments

No comments written yet.

Please login to write comment.