Color Hex Logo

#ffc30b Color Hex

#FFC30B
(255,195,11)
1 Favorites   0 Comments

Color spaces of #ffc30b

RGB 25519511
HSL0.131.000.52
HSV45°96°100°
CMYK 0.000.240.96   0.00
XYZ60.815560.31448.7531
Yxy60.31440.46820.4644
Hunter Lab77.66233.869947.6812
CIE-Lab82.00888.400982.6635

#ffc30b color RGB value is (255,195,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 00001011
Octal 377 303 13
Decimal 255 195 11
Hex FF C3 B

RGB Percentages of Color #ffc30b

%55.31
%42.30
%2.39

CMYK Percentages of Color #ffc30b

%0
%24
%96
%0

Triadic Colors of #ffc30b

#ffc30b #0bffc3 #c30bff

Analogous Colors of #ffc30b

#ffc30b #c1ff0b #ff490b

Monochromatic Colors of #ffc30b

#ffc30b

Complementary Color

#ffc30b #0b47ff

#ffc30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc30b Color CSS Codes

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

#ffc30b Text Font Color

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

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


#ffc30b Background Color

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

This div background color is #ffc30b


#ffc30b Border Color

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

This div border color is #ffc30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc30b


Comments

No comments written yet.

Please login to write comment.