Color Hex Logo

#fcc67e Color Hex

#FCC67E
(252,198,126)
0 Favorites   0 Comments

Color spaces of #fcc67e

RGB 252198126
HSL0.100.950.74
HSV34°50°99°
CMYK 0.000.210.50   0.01
XYZ64.104962.590028.4410
Yxy62.59000.41320.4035
Hunter Lab79.11386.187034.0653
CIE-Lab83.226210.785443.2323

#fcc67e color RGB value is (252,198,126).

#fcc67e hex color red value is 252, green value is 198 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fcc67e hue: 0.10 , saturation: 0.95 and the lightness value of fcc67e is 0.74.

The process color (four color CMYK) of #fcc67e color hex is 0.00, 0.21, 0.50, 0.01. Web safe color of #fcc67e is #ffcc66. Color #fcc67e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000110 01111110
Octal 374 306 176
Decimal 252 198 126
Hex FC C6 7E

RGB Percentages of Color #fcc67e

%43.75
%34.38
%21.88

CMYK Percentages of Color #fcc67e

%0
%21
%50
%1

Triadic Colors of #fcc67e

#fcc67e #7efcc6 #c67efc

Analogous Colors of #fcc67e

#fcc67e #f3fc7e #fc877e

Monochromatic Colors of #fcc67e

#fcc67e

Complementary Color

#fcc67e #7eb4fc

#fcc67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc67e Color CSS Codes

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

#fcc67e Text Font Color

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

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


#fcc67e Background Color

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

This div background color is #fcc67e


#fcc67e Border Color

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

This div border color is #fcc67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc67e

Related Colors


Comments

No comments written yet.

Please login to write comment.