Color Hex Logo

#ccbf0b Color Hex

#CCBF0B
(204,191,11)
0 Favorites   0 Comments

Color spaces of #ccbf0b

RGB 20419111
HSL0.160.900.42
HSV56°95°80°
CMYK 0.000.060.95   0.20
XYZ43.593050.12317.6937
Yxy50.12310.42990.4943
Hunter Lab70.7977-13.986243.1152
CIE-Lab76.1448-11.582476.1862

#ccbf0b color RGB value is (204,191,11).

#ccbf0b hex color red value is 204, green value is 191 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ccbf0b hue: 0.16 , saturation: 0.90 and the lightness value of ccbf0b is 0.42.

The process color (four color CMYK) of #ccbf0b color hex is 0.00, 0.06, 0.95, 0.20. Web safe color of #ccbf0b is #cccc00. Color #ccbf0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 00001011
Octal 314 277 13
Decimal 204 191 11
Hex CC BF B

RGB Percentages of Color #ccbf0b

%50.25
%47.04
%2.71

CMYK Percentages of Color #ccbf0b

%0
%6
%95
%20

Triadic Colors of #ccbf0b

#ccbf0b #0bccbf #bf0bcc

Analogous Colors of #ccbf0b

#ccbf0b #79cc0b #cc5f0b

Monochromatic Colors of #ccbf0b

#ccbf0b

Complementary Color

#ccbf0b #0b18cc

#ccbf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf0b Color CSS Codes

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

#ccbf0b Text Font Color

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

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


#ccbf0b Background Color

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

This div background color is #ccbf0b


#ccbf0b Border Color

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

This div border color is #ccbf0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf0b


Comments

No comments written yet.

Please login to write comment.