Color Hex Logo

#fcbd67 Color Hex

#FCBD67
(252,189,103)
0 Favorites   0 Comments

Color spaces of #fcbd67

RGB 252189103
HSL0.100.960.70
HSV35°59°99°
CMYK 0.000.250.59   0.01
XYZ60.790758.069920.8366
Yxy58.06990.43520.4157
Hunter Lab76.20369.040437.1307
CIE-Lab80.777613.648951.6050

#fcbd67 color RGB value is (252,189,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111101 01100111
Octal 374 275 147
Decimal 252 189 103
Hex FC BD 67

RGB Percentages of Color #fcbd67

%46.32
%34.74
%18.93

CMYK Percentages of Color #fcbd67

%0
%25
%59
%1

Triadic Colors of #fcbd67

#fcbd67 #67fcbd #bd67fc

Analogous Colors of #fcbd67

#fcbd67 #f1fc67 #fc7367

Monochromatic Colors of #fcbd67

#fcbd67

Complementary Color

#fcbd67 #67a6fc

#fcbd67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbd67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbd67 Color CSS Codes

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

#fcbd67 Text Font Color

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

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


#fcbd67 Background Color

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

This div background color is #fcbd67


#fcbd67 Border Color

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

This div border color is #fcbd67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbd67


Comments

No comments written yet.

Please login to write comment.