Color Hex Logo

#fdce67 Color Hex

#FDCE67
(253,206,103)
0 Favorites   0 Comments

Color spaces of #fdce67

RGB 253206103
HSL0.110.970.70
HSV41°59°99°
CMYK 0.000.190.59   0.01
XYZ65.027566.004522.1448
Yxy66.00450.42450.4309
Hunter Lab81.24320.696940.7093
CIE-Lab84.99875.238856.5195

#fdce67 color RGB value is (253,206,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001110 01100111
Octal 375 316 147
Decimal 253 206 103
Hex FD CE 67

RGB Percentages of Color #fdce67

%45.02
%36.65
%18.33

CMYK Percentages of Color #fdce67

%0
%19
%59
%1

Triadic Colors of #fdce67

#fdce67 #67fdce #ce67fd

Analogous Colors of #fdce67

#fdce67 #e1fd67 #fd8367

Monochromatic Colors of #fdce67

#fdce67

Complementary Color

#fdce67 #6796fd

#fdce67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdce67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdce67 Color CSS Codes

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

#fdce67 Text Font Color

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

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


#fdce67 Background Color

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

This div background color is #fdce67


#fdce67 Border Color

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

This div border color is #fdce67


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,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 #fdce67">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdce67


Comments

No comments written yet.

Please login to write comment.