Color Hex Logo

#fce675 Color Hex

#FCE675
(252,230,117)
0 Favorites   0 Comments

Color spaces of #fce675

RGB 252230117
HSL0.140.960.72
HSV50°54°99°
CMYK 0.000.090.54   0.01
XYZ71.652678.573428.2193
Yxy78.57340.40150.4403
Hunter Lab88.6416-10.834143.1740
CIE-Lab91.0409-6.324157.0391

#fce675 color RGB value is (252,230,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100110 01110101
Octal 374 346 165
Decimal 252 230 117
Hex FC E6 75

RGB Percentages of Color #fce675

%42.07
%38.40
%19.53

CMYK Percentages of Color #fce675

%0
%9
%54
%1

Triadic Colors of #fce675

#fce675 #75fce6 #e675fc

Analogous Colors of #fce675

#fce675 #cffc75 #fca375

Monochromatic Colors of #fce675

#fce675

Complementary Color

#fce675 #758bfc

#fce675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce675 Color CSS Codes

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

#fce675 Text Font Color

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

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


#fce675 Background Color

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

This div background color is #fce675


#fce675 Border Color

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

This div border color is #fce675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce675


Comments

No comments written yet.

Please login to write comment.