Color Hex Logo

#ccb80b Color Hex

#CCB80B
(204,184,11)
0 Favorites   0 Comments

Color spaces of #ccb80b

RGB 20418411
HSL0.150.900.42
HSV54°95°80°
CMYK 0.000.100.95   0.20
XYZ42.102747.14257.1970
Yxy47.14250.43660.4888
Hunter Lab68.6604-10.699141.8475
CIE-Lab74.2808-7.993374.7916

#ccb80b color RGB value is (204,184,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00001011
Octal 314 270 13
Decimal 204 184 11
Hex CC B8 B

RGB Percentages of Color #ccb80b

%51.13
%46.12
%2.76

CMYK Percentages of Color #ccb80b

%0
%10
%95
%20

Triadic Colors of #ccb80b

#ccb80b #0bccb8 #b80bcc

Analogous Colors of #ccb80b

#ccb80b #80cc0b #cc580b

Monochromatic Colors of #ccb80b

#ccb80b

Complementary Color

#ccb80b #0b1fcc

#ccb80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb80b Color CSS Codes

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

#ccb80b Text Font Color

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

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


#ccb80b Background Color

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

This div background color is #ccb80b


#ccb80b Border Color

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

This div border color is #ccb80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb80b


Comments

No comments written yet.

Please login to write comment.