Color Hex Logo

#fccf2e Color Hex

#FCCF2E
(252,207,46)
0 Favorites   0 Comments

Color spaces of #fccf2e

RGB 25220746
HSL0.130.970.58
HSV47°82°99°
CMYK 0.000.180.82   0.01
XYZ62.950865.518411.9132
Yxy65.51840.44840.4667
Hunter Lab80.9434-2.829247.9341
CIE-Lab84.75021.569378.0496

#fccf2e color RGB value is (252,207,46).

#fccf2e hex color red value is 252, green value is 207 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fccf2e hue: 0.13 , saturation: 0.97 and the lightness value of fccf2e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 00101110
Octal 374 317 56
Decimal 252 207 46
Hex FC CF 2E

RGB Percentages of Color #fccf2e

%49.90
%40.99
%9.11

CMYK Percentages of Color #fccf2e

%0
%18
%82
%1

Triadic Colors of #fccf2e

#fccf2e #2efccf #cf2efc

Analogous Colors of #fccf2e

#fccf2e #c2fc2e #fc682e

Monochromatic Colors of #fccf2e

#fccf2e

Complementary Color

#fccf2e #2e5bfc

#fccf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf2e Color CSS Codes

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

#fccf2e Text Font Color

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

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


#fccf2e Background Color

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

This div background color is #fccf2e


#fccf2e Border Color

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

This div border color is #fccf2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,207,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fccf2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fccf2e;
  -webkit-box-shadow: 1px 1px 3px 2px #fccf2e;
  box-shadow:         1px 1px 3px 2px #fccf2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,207,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf2e


Comments

No comments written yet.

Please login to write comment.