Color Hex Logo

#ffd914 Color Hex

#FFD914
(255,217,20)
0 Favorites   0 Comments

Color spaces of #ffd914

RGB 25521720
HSL0.141.000.54
HSV50°92°100°
CMYK 0.000.150.92   0.00
XYZ66.179170.936210.8659
Yxy70.93620.44720.4794
Hunter Lab84.2236-7.134251.3074
CIE-Lab87.4540-2.758885.6009

#ffd914 color RGB value is (255,217,20).

#ffd914 hex color red value is 255, green value is 217 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #ffd914 hue: 0.14 , saturation: 1.00 and the lightness value of ffd914 is 0.54.

The process color (four color CMYK) of #ffd914 color hex is 0.00, 0.15, 0.92, 0.00. Web safe color of #ffd914 is #ffcc00. Color #ffd914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011001 00010100
Octal 377 331 24
Decimal 255 217 20
Hex FF D9 14

RGB Percentages of Color #ffd914

%51.83
%44.11
%4.07

CMYK Percentages of Color #ffd914

%0
%15
%92
%0

Triadic Colors of #ffd914

#ffd914 #14ffd9 #d914ff

Analogous Colors of #ffd914

#ffd914 #b0ff14 #ff6314

Monochromatic Colors of #ffd914

#ffd914

Complementary Color

#ffd914 #143aff

#ffd914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd914 Color CSS Codes

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

#ffd914 Text Font Color

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

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


#ffd914 Background Color

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

This div background color is #ffd914


#ffd914 Border Color

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

This div border color is #ffd914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd914


Comments

No comments written yet.

Please login to write comment.