Color Hex Logo

#ffc252 Color Hex

#FFC252
(255,194,82)
0 Favorites   0 Comments

Color spaces of #ffc252

RGB 25519482
HSL0.111.000.66
HSV39°68°100°
CMYK 0.000.240.68   0.00
XYZ62.054860.452816.3806
Yxy60.45280.44680.4353
Hunter Lab77.75146.399141.9348
CIE-Lab82.083710.985062.7396

#ffc252 color RGB value is (255,194,82).

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

The process color (four color CMYK) of #ffc252 color hex is 0.00, 0.24, 0.68, 0.00. Web safe color of #ffc252 is #ffcc66. Color #ffc252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 01010010
Octal 377 302 122
Decimal 255 194 82
Hex FF C2 52

RGB Percentages of Color #ffc252

%48.02
%36.53
%15.44

CMYK Percentages of Color #ffc252

%0
%24
%68
%0

Triadic Colors of #ffc252

#ffc252 #52ffc2 #c252ff

Analogous Colors of #ffc252

#ffc252 #e6ff52 #ff6c52

Monochromatic Colors of #ffc252

#ffc252

Complementary Color

#ffc252 #528fff

#ffc252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc252 Color CSS Codes

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

#ffc252 Text Font Color

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

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


#ffc252 Background Color

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

This div background color is #ffc252


#ffc252 Border Color

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

This div border color is #ffc252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc252


Comments

No comments written yet.

Please login to write comment.