Color Hex Logo

#fccf0b Color Hex

#FCCF0B
(252,207,11)
0 Favorites   0 Comments

Color spaces of #fccf0b

RGB 25220711
HSL0.140.980.52
HSV49°96°99°
CMYK 0.000.180.96   0.01
XYZ62.518165.34539.6344
Yxy65.34530.45470.4752
Hunter Lab80.8364-3.413649.5191
CIE-Lab84.66140.951184.4321

#fccf0b color RGB value is (252,207,11).

#fccf0b hex color red value is 252, green value is 207 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fccf0b hue: 0.14 , saturation: 0.98 and the lightness value of fccf0b is 0.52.

The process color (four color CMYK) of #fccf0b color hex is 0.00, 0.18, 0.96, 0.01. Web safe color of #fccf0b is #ffcc00. Color #fccf0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 00001011
Octal 374 317 13
Decimal 252 207 11
Hex FC CF B

RGB Percentages of Color #fccf0b

%53.62
%44.04
%2.34

CMYK Percentages of Color #fccf0b

%0
%18
%96
%1

Triadic Colors of #fccf0b

#fccf0b #0bfccf #cf0bfc

Analogous Colors of #fccf0b

#fccf0b #b1fc0b #fc570b

Monochromatic Colors of #fccf0b

#fccf0b

Complementary Color

#fccf0b #0b38fc

#fccf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccf0b Color CSS Codes

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

#fccf0b Text Font Color

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

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


#fccf0b Background Color

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

This div background color is #fccf0b


#fccf0b Border Color

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

This div border color is #fccf0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccf0b

Related Colors


Comments

No comments written yet.

Please login to write comment.