Color Hex Logo

#ffc523 Color Hex

#FFC523
(255,197,35)
0 Favorites   0 Comments

Color spaces of #ffc523

RGB 25519735
HSL0.121.000.57
HSV44°86°100°
CMYK 0.000.230.86   0.00
XYZ61.509661.313910.1830
Yxy61.31390.46250.4610
Hunter Lab78.30323.186747.1018
CIE-Lab82.54727.713079.1265

#ffc523 color RGB value is (255,197,35).

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

The process color (four color CMYK) of #ffc523 color hex is 0.00, 0.23, 0.86, 0.00. Web safe color of #ffc523 is #ffcc33. Color #ffc523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000101 00100011
Octal 377 305 43
Decimal 255 197 35
Hex FF C5 23

RGB Percentages of Color #ffc523

%52.36
%40.45
%7.19

CMYK Percentages of Color #ffc523

%0
%23
%86
%0

Triadic Colors of #ffc523

#ffc523 #23ffc5 #c523ff

Analogous Colors of #ffc523

#ffc523 #cbff23 #ff5723

Monochromatic Colors of #ffc523

#ffc523

Complementary Color

#ffc523 #235dff

#ffc523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc523 Color CSS Codes

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

#ffc523 Text Font Color

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

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


#ffc523 Background Color

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

This div background color is #ffc523


#ffc523 Border Color

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

This div border color is #ffc523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc523


Comments

No comments written yet.

Please login to write comment.