Color Hex Logo

#ffb45d Color Hex

#FFB45D
(255,180,93)
0 Favorites   0 Comments

Color spaces of #ffb45d

RGB 25518093
HSL0.091.000.68
HSV32°64°100°
CMYK 0.000.290.64   0.00
XYZ59.537054.692817.7748
Yxy54.69280.45100.4143
Hunter Lab73.954614.280637.5180
CIE-Lab78.864018.915454.2524

#ffb45d color RGB value is (255,180,93).

#ffb45d hex color red value is 255, green value is 180 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ffb45d hue: 0.09 , saturation: 1.00 and the lightness value of ffb45d is 0.68.

The process color (four color CMYK) of #ffb45d color hex is 0.00, 0.29, 0.64, 0.00. Web safe color of #ffb45d is #ffcc66. Color #ffb45d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110100 01011101
Octal 377 264 135
Decimal 255 180 93
Hex FF B4 5D

RGB Percentages of Color #ffb45d

%48.30
%34.09
%17.61

CMYK Percentages of Color #ffb45d

%0
%29
%64
%0

Triadic Colors of #ffb45d

#ffb45d #5dffb4 #b45dff

Analogous Colors of #ffb45d

#ffb45d #f9ff5d #ff635d

Monochromatic Colors of #ffb45d

#ffb45d

Complementary Color

#ffb45d #5da8ff

#ffb45d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb45d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb45d Color CSS Codes

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

#ffb45d Text Font Color

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

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


#ffb45d Background Color

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

This div background color is #ffb45d


#ffb45d Border Color

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

This div border color is #ffb45d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb45d

#ffb45d Color Palettes


Comments

No comments written yet.

Please login to write comment.