Color Hex Logo

#ffd45b Color Hex

#FFD45B
(255,212,91)
0 Favorites   0 Comments

Color spaces of #ffd45b

RGB 25521291
HSL0.121.000.68
HSV44°64°100°
CMYK 0.000.170.64   0.00
XYZ66.671869.102319.7216
Yxy69.10230.42880.4444
Hunter Lab83.1278-2.309544.1232
CIE-Lab86.55472.214763.6590

#ffd45b color RGB value is (255,212,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 01011011
Octal 377 324 133
Decimal 255 212 91
Hex FF D4 5B

RGB Percentages of Color #ffd45b

%45.70
%37.99
%16.31

CMYK Percentages of Color #ffd45b

%0
%17
%64
%0

Triadic Colors of #ffd45b

#ffd45b #5bffd4 #d45bff

Analogous Colors of #ffd45b

#ffd45b #d8ff5b #ff825b

Monochromatic Colors of #ffd45b

#ffd45b

Complementary Color

#ffd45b #5b86ff

#ffd45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd45b Color CSS Codes

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

#ffd45b Text Font Color

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

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


#ffd45b Background Color

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

This div background color is #ffd45b


#ffd45b Border Color

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

This div border color is #ffd45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd45b

Related Colors

#ffd45b Color Palettes


Comments

No comments written yet.

Please login to write comment.