Color Hex Logo

#fcbc34 Color Hex

#FCBC34
(252,188,52)
0 Favorites   0 Comments

Color spaces of #fcbc34

RGB 25218852
HSL0.110.970.60
HSV41°79°99°
CMYK 0.000.250.79   0.01
XYZ58.747956.909811.1372
Yxy56.90980.46330.4488
Hunter Lab75.43866.989644.0539
CIE-Lab80.128811.565072.2056

#fcbc34 color RGB value is (252,188,52).

#fcbc34 hex color red value is 252, green value is 188 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #fcbc34 hue: 0.11 , saturation: 0.97 and the lightness value of fcbc34 is 0.60.

The process color (four color CMYK) of #fcbc34 color hex is 0.00, 0.25, 0.79, 0.01. Web safe color of #fcbc34 is #ffcc33. Color #fcbc34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 00110100
Octal 374 274 64
Decimal 252 188 52
Hex FC BC 34

RGB Percentages of Color #fcbc34

%51.22
%38.21
%10.57

CMYK Percentages of Color #fcbc34

%0
%25
%79
%1

Triadic Colors of #fcbc34

#fcbc34 #34fcbc #bc34fc

Analogous Colors of #fcbc34

#fcbc34 #d8fc34 #fc5834

Monochromatic Colors of #fcbc34

#fcbc34

Complementary Color

#fcbc34 #3474fc

#fcbc34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc34 Color CSS Codes

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

#fcbc34 Text Font Color

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

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


#fcbc34 Background Color

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

This div background color is #fcbc34


#fcbc34 Border Color

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

This div border color is #fcbc34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc34


Comments

No comments written yet.

Please login to write comment.