Color Hex Logo

#ffcd31 Color Hex

#FFCD31
(255,205,49)
0 Favorites   0 Comments

Color spaces of #ffcd31

RGB 25520549
HSL0.131.000.60
HSV45°81°100°
CMYK 0.000.200.81   0.00
XYZ63.625765.144412.1264
Yxy65.14440.45160.4624
Hunter Lab80.7121-0.533847.5906
CIE-Lab84.55813.949277.1512

#ffcd31 color RGB value is (255,205,49).

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

The process color (four color CMYK) of #ffcd31 color hex is 0.00, 0.20, 0.81, 0.00. Web safe color of #ffcd31 is #ffcc33. Color #ffcd31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001101 00110001
Octal 377 315 61
Decimal 255 205 49
Hex FF CD 31

RGB Percentages of Color #ffcd31

%50.10
%40.28
%9.63

CMYK Percentages of Color #ffcd31

%0
%20
%81
%0

Triadic Colors of #ffcd31

#ffcd31 #31ffcd #cd31ff

Analogous Colors of #ffcd31

#ffcd31 #caff31 #ff6631

Monochromatic Colors of #ffcd31

#ffcd31

Complementary Color

#ffcd31 #3163ff

#ffcd31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcd31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcd31 Color CSS Codes

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

#ffcd31 Text Font Color

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

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


#ffcd31 Background Color

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

This div background color is #ffcd31


#ffcd31 Border Color

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

This div border color is #ffcd31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcd31

Related Colors


Comments

No comments written yet.

Please login to write comment.