Color Hex Logo

#fece67 Color Hex

#FECE67
(254,206,103)
0 Favorites   0 Comments

Color spaces of #fece67

RGB 254206103
HSL0.110.990.70
HSV41°59°100°
CMYK 0.000.190.59   0.00
XYZ65.392566.192722.1619
Yxy66.19270.42530.4305
Hunter Lab81.35891.091940.8008
CIE-Lab85.09465.648256.6546

#fece67 color RGB value is (254,206,103).

#fece67 hex color red value is 254, green value is 206 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #fece67 hue: 0.11 , saturation: 0.99 and the lightness value of fece67 is 0.70.

The process color (four color CMYK) of #fece67 color hex is 0.00, 0.19, 0.59, 0.00. Web safe color of #fece67 is #ffcc66. Color #fece67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 01100111
Octal 376 316 147
Decimal 254 206 103
Hex FE CE 67

RGB Percentages of Color #fece67

%45.12
%36.59
%18.29

CMYK Percentages of Color #fece67

%0
%19
%59
%0

Triadic Colors of #fece67

#fece67 #67fece #ce67fe

Analogous Colors of #fece67

#fece67 #e3fe67 #fe8367

Monochromatic Colors of #fece67

#fece67

Complementary Color

#fece67 #6797fe

#fece67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece67 Color CSS Codes

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

#fece67 Text Font Color

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

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


#fece67 Background Color

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

This div background color is #fece67


#fece67 Border Color

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

This div border color is #fece67


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,206,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fece67; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fece67;
  -webkit-box-shadow: 1px 1px 3px 2px #fece67;
  box-shadow:         1px 1px 3px 2px #fece67; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,206,103, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece67


Comments

No comments written yet.

Please login to write comment.