Color Hex Logo

#ffd845 Color Hex

#FFD845
(255,216,69)
0 Favorites   0 Comments

Color spaces of #ffd845

RGB 25521669
HSL0.131.000.64
HSV47°73°100°
CMYK 0.000.150.73   0.00
XYZ66.870070.801415.7718
Yxy70.80140.43580.4614
Hunter Lab84.1436-5.394947.7872
CIE-Lab87.3884-0.939373.2202

#ffd845 color RGB value is (255,216,69).

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

The process color (four color CMYK) of #ffd845 color hex is 0.00, 0.15, 0.73, 0.00. Web safe color of #ffd845 is #ffcc33. Color #ffd845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011000 01000101
Octal 377 330 105
Decimal 255 216 69
Hex FF D8 45

RGB Percentages of Color #ffd845

%47.22
%40.00
%12.78

CMYK Percentages of Color #ffd845

%0
%15
%73
%0

Triadic Colors of #ffd845

#ffd845 #45ffd8 #d845ff

Analogous Colors of #ffd845

#ffd845 #c9ff45 #ff7b45

Monochromatic Colors of #ffd845

#ffd845

Complementary Color

#ffd845 #456cff

#ffd845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd845 Color CSS Codes

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

#ffd845 Text Font Color

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

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


#ffd845 Background Color

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

This div background color is #ffd845


#ffd845 Border Color

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

This div border color is #ffd845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd845


Comments

No comments written yet.

Please login to write comment.