Color Hex Logo

#fce669 Color Hex

#FCE669
(252,230,105)
0 Favorites   0 Comments

Color spaces of #fce669

RGB 252230105
HSL0.140.960.70
HSV51°58°99°
CMYK 0.000.090.58   0.01
XYZ70.991578.309024.7381
Yxy78.30900.40790.4500
Hunter Lab88.4924-11.663145.3701
CIE-Lab90.9207-7.209962.3070

#fce669 color RGB value is (252,230,105).

#fce669 hex color red value is 252, green value is 230 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #fce669 hue: 0.14 , saturation: 0.96 and the lightness value of fce669 is 0.70.

The process color (four color CMYK) of #fce669 color hex is 0.00, 0.09, 0.58, 0.01. Web safe color of #fce669 is #ffff66. Color #fce669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 01101001
Octal 374 346 151
Decimal 252 230 105
Hex FC E6 69

RGB Percentages of Color #fce669

%42.93
%39.18
%17.89

CMYK Percentages of Color #fce669

%0
%9
%58
%1

Triadic Colors of #fce669

#fce669 #69fce6 #e669fc

Analogous Colors of #fce669

#fce669 #c9fc69 #fc9d69

Monochromatic Colors of #fce669

#fce669

Complementary Color

#fce669 #697ffc

#fce669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce669 Color CSS Codes

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

#fce669 Text Font Color

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

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


#fce669 Background Color

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

This div background color is #fce669


#fce669 Border Color

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

This div border color is #fce669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce669


Comments

No comments written yet.

Please login to write comment.