Color Hex Logo

#fccd67 Color Hex

#FCCD67
(252,205,103)
0 Favorites   0 Comments

Color spaces of #fccd67

RGB 252205103
HSL0.110.960.70
HSV41°59°99°
CMYK 0.000.190.59   0.01
XYZ64.424465.337422.0478
Yxy65.33740.42440.4304
Hunter Lab80.83160.812940.4100
CIE-Lab84.65735.344156.1028

#fccd67 color RGB value is (252,205,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001101 01100111
Octal 374 315 147
Decimal 252 205 103
Hex FC CD 67

RGB Percentages of Color #fccd67

%45.00
%36.61
%18.39

CMYK Percentages of Color #fccd67

%0
%19
%59
%1

Triadic Colors of #fccd67

#fccd67 #67fccd #cd67fc

Analogous Colors of #fccd67

#fccd67 #e1fc67 #fc8367

Monochromatic Colors of #fccd67

#fccd67

Complementary Color

#fccd67 #6796fc

#fccd67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccd67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccd67 Color CSS Codes

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

#fccd67 Text Font Color

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

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


#fccd67 Background Color

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

This div background color is #fccd67


#fccd67 Border Color

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

This div border color is #fccd67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccd67

#fccd67 Color Palettes


Comments

No comments written yet.

Please login to write comment.