Color Hex Logo

#ffc458 Color Hex

#FFC458
(255,196,88)
1 Favorites   0 Comments

Color spaces of #ffc458

RGB 25519688
HSL0.111.000.67
HSV39°65°100°
CMYK 0.000.230.65   0.00
XYZ62.741461.444417.7857
Yxy61.44440.44190.4328
Hunter Lab78.38655.697041.4178
CIE-Lab82.617110.279860.7009

#ffc458 color RGB value is (255,196,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 01011000
Octal 377 304 130
Decimal 255 196 88
Hex FF C4 58

RGB Percentages of Color #ffc458

%47.31
%36.36
%16.33

CMYK Percentages of Color #ffc458

%0
%23
%65
%0

Triadic Colors of #ffc458

#ffc458 #58ffc4 #c458ff

Analogous Colors of #ffc458

#ffc458 #e7ff58 #ff7158

Monochromatic Colors of #ffc458

#ffc458

Complementary Color

#ffc458 #5893ff

#ffc458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc458 Color CSS Codes

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

#ffc458 Text Font Color

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

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


#ffc458 Background Color

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

This div background color is #ffc458


#ffc458 Border Color

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

This div border color is #ffc458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc458


Comments

No comments written yet.

Please login to write comment.