Color Hex Logo

#ffc31d Color Hex

#FFC31D
(255,195,29)
0 Favorites   0 Comments

Color spaces of #ffc31d

RGB 25519529
HSL0.121.000.56
HSV44°89°100°
CMYK 0.000.240.89   0.00
XYZ60.976960.37899.6029
Yxy60.37890.46560.4611
Hunter Lab77.70394.093447.0654
CIE-Lab82.04378.631180.0161

#ffc31d color RGB value is (255,195,29).

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

The process color (four color CMYK) of #ffc31d color hex is 0.00, 0.24, 0.89, 0.00. Web safe color of #ffc31d is #ffcc33. Color #ffc31d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 00011101
Octal 377 303 35
Decimal 255 195 29
Hex FF C3 1D

RGB Percentages of Color #ffc31d

%53.24
%40.71
%6.05

CMYK Percentages of Color #ffc31d

%0
%24
%89
%0

Triadic Colors of #ffc31d

#ffc31d #1dffc3 #c31dff

Analogous Colors of #ffc31d

#ffc31d #caff1d #ff521d

Monochromatic Colors of #ffc31d

#ffc31d

Complementary Color

#ffc31d #1d59ff

#ffc31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc31d Color CSS Codes

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

#ffc31d Text Font Color

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

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


#ffc31d Background Color

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

This div background color is #ffc31d


#ffc31d Border Color

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

This div border color is #ffc31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc31d

Related Colors


Comments

No comments written yet.

Please login to write comment.