Color Hex Logo

#ccbb48 Color Hex

#CCBB48
(204,187,72)
0 Favorites   0 Comments

Color spaces of #ccbb48

RGB 20418772
HSL0.150.560.54
HSV52°65°80°
CMYK 0.000.080.65   0.20
XYZ43.841948.845913.2484
Yxy48.84590.41390.4611
Hunter Lab69.8898-10.334237.6838
CIE-Lab75.3554-7.447358.4037

#ccbb48 color RGB value is (204,187,72).

#ccbb48 hex color red value is 204, green value is 187 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ccbb48 hue: 0.15 , saturation: 0.56 and the lightness value of ccbb48 is 0.54.

The process color (four color CMYK) of #ccbb48 color hex is 0.00, 0.08, 0.65, 0.20. Web safe color of #ccbb48 is #cccc33. Color #ccbb48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 01001000
Octal 314 273 110
Decimal 204 187 72
Hex CC BB 48

RGB Percentages of Color #ccbb48

%44.06
%40.39
%15.55

CMYK Percentages of Color #ccbb48

%0
%8
%65
%20

Triadic Colors of #ccbb48

#ccbb48 #48ccbb #bb48cc

Analogous Colors of #ccbb48

#ccbb48 #9bcc48 #cc7948

Monochromatic Colors of #ccbb48

#ccbb48

Complementary Color

#ccbb48 #4859cc

#ccbb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb48 Color CSS Codes

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

#ccbb48 Text Font Color

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

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


#ccbb48 Background Color

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

This div background color is #ccbb48


#ccbb48 Border Color

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

This div border color is #ccbb48


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,187,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb48


Comments

No comments written yet.

Please login to write comment.