Color Hex Logo

#ffd631 Color Hex

#FFD631
(255,214,49)
0 Favorites   0 Comments

Color spaces of #ffd631

RGB 25521449
HSL0.131.000.60
HSV48°81°100°
CMYK 0.000.160.81   0.00
XYZ65.840969.574912.8648
Yxy69.57490.44400.4692
Hunter Lab83.4116-5.071349.2436
CIE-Lab86.7879-0.644079.0810

#ffd631 color RGB value is (255,214,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010110 00110001
Octal 377 326 61
Decimal 255 214 49
Hex FF D6 31

RGB Percentages of Color #ffd631

%49.23
%41.31
%9.46

CMYK Percentages of Color #ffd631

%0
%16
%81
%0

Triadic Colors of #ffd631

#ffd631 #31ffd6 #d631ff

Analogous Colors of #ffd631

#ffd631 #c1ff31 #ff6f31

Monochromatic Colors of #ffd631

#ffd631

Complementary Color

#ffd631 #315aff

#ffd631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd631 Color CSS Codes

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

#ffd631 Text Font Color

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

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


#ffd631 Background Color

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

This div background color is #ffd631


#ffd631 Border Color

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

This div border color is #ffd631


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,214,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 #ffd631">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd631


Comments

No comments written yet.

Please login to write comment.