Color Hex Logo

#ccbb58 Color Hex

#CCBB58
(204,187,88)
0 Favorites   0 Comments

Color spaces of #ccbb58

RGB 20418788
HSL0.140.530.57
HSV51°57°80°
CMYK 0.000.080.57   0.20
XYZ44.433649.082616.3645
Yxy49.08260.40440.4467
Hunter Lab70.0590-9.392935.1922
CIE-Lab75.5027-6.352251.4279

#ccbb58 color RGB value is (204,187,88).

#ccbb58 hex color red value is 204, green value is 187 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ccbb58 hue: 0.14 , saturation: 0.53 and the lightness value of ccbb58 is 0.57.

The process color (four color CMYK) of #ccbb58 color hex is 0.00, 0.08, 0.57, 0.20. Web safe color of #ccbb58 is #cccc66. Color #ccbb58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 01011000
Octal 314 273 130
Decimal 204 187 88
Hex CC BB 58

RGB Percentages of Color #ccbb58

%42.59
%39.04
%18.37

CMYK Percentages of Color #ccbb58

%0
%8
%57
%20

Triadic Colors of #ccbb58

#ccbb58 #58ccbb #bb58cc

Analogous Colors of #ccbb58

#ccbb58 #a3cc58 #cc8158

Monochromatic Colors of #ccbb58

#ccbb58

Complementary Color

#ccbb58 #5869cc

#ccbb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb58 Color CSS Codes

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

#ccbb58 Text Font Color

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

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


#ccbb58 Background Color

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

This div background color is #ccbb58


#ccbb58 Border Color

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

This div border color is #ccbb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb58


Comments

No comments written yet.

Please login to write comment.