Color Hex Logo

#ffc45f Color Hex

#FFC45F
(255,196,95)
1 Favorites   0 Comments

Color spaces of #ffc45f

RGB 25519695
HSL0.111.000.69
HSV38°63°100°
CMYK 0.000.230.63   0.00
XYZ63.045561.566119.3871
Yxy61.56610.43780.4275
Hunter Lab78.46416.111840.2753
CIE-Lab82.682110.701657.6256

#ffc45f color RGB value is (255,196,95).

#ffc45f hex color red value is 255, green value is 196 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ffc45f hue: 0.11 , saturation: 1.00 and the lightness value of ffc45f is 0.69.

The process color (four color CMYK) of #ffc45f color hex is 0.00, 0.23, 0.63, 0.00. Web safe color of #ffc45f is #ffcc66. Color #ffc45f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 01011111
Octal 377 304 137
Decimal 255 196 95
Hex FF C4 5F

RGB Percentages of Color #ffc45f

%46.70
%35.90
%17.40

CMYK Percentages of Color #ffc45f

%0
%23
%63
%0

Triadic Colors of #ffc45f

#ffc45f #5fffc4 #c45fff

Analogous Colors of #ffc45f

#ffc45f #eaff5f #ff745f

Monochromatic Colors of #ffc45f

#ffc45f

Complementary Color

#ffc45f #5f9aff

#ffc45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc45f Color CSS Codes

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

#ffc45f Text Font Color

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

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


#ffc45f Background Color

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

This div background color is #ffc45f


#ffc45f Border Color

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

This div border color is #ffc45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc45f

Related Colors


Comments

No comments written yet.

Please login to write comment.