Color Hex Logo

#ffc52d Color Hex

#FFC52D
(255,197,45)
0 Favorites   0 Comments

Color spaces of #ffc52d

RGB 25519745
HSL0.121.000.59
HSV43°82°100°
CMYK 0.000.230.82   0.00
XYZ61.679961.382011.0796
Yxy61.38200.45980.4576
Hunter Lab78.34673.420846.4580
CIE-Lab82.58377.954676.5996

#ffc52d color RGB value is (255,197,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000101 00101101
Octal 377 305 55
Decimal 255 197 45
Hex FF C5 2D

RGB Percentages of Color #ffc52d

%51.31
%39.64
%9.05

CMYK Percentages of Color #ffc52d

%0
%23
%82
%0

Triadic Colors of #ffc52d

#ffc52d #2dffc5 #c52dff

Analogous Colors of #ffc52d

#ffc52d #d0ff2d #ff5c2d

Monochromatic Colors of #ffc52d

#ffc52d

Complementary Color

#ffc52d #2d67ff

#ffc52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc52d Color CSS Codes

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

#ffc52d Text Font Color

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

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


#ffc52d Background Color

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

This div background color is #ffc52d


#ffc52d Border Color

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

This div border color is #ffc52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc52d


Comments

No comments written yet.

Please login to write comment.