Color Hex Logo

#ccbd55 Color Hex

#CCBD55
(204,189,85)
0 Favorites   0 Comments

Color spaces of #ccbd55

RGB 20418985
HSL0.150.540.57
HSV52°58°80°
CMYK 0.000.070.58   0.20
XYZ44.739149.888415.8658
Yxy49.88840.40490.4515
Hunter Lab70.6317-10.541236.1241
CIE-Lab76.0007-7.611553.3779

#ccbd55 color RGB value is (204,189,85).

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

The process color (four color CMYK) of #ccbd55 color hex is 0.00, 0.07, 0.58, 0.20. Web safe color of #ccbd55 is #cccc66. Color #ccbd55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 01010101
Octal 314 275 125
Decimal 204 189 85
Hex CC BD 55

RGB Percentages of Color #ccbd55

%42.68
%39.54
%17.78

CMYK Percentages of Color #ccbd55

%0
%7
%58
%20

Triadic Colors of #ccbd55

#ccbd55 #55ccbd #bd55cc

Analogous Colors of #ccbd55

#ccbd55 #a0cc55 #cc8255

Monochromatic Colors of #ccbd55

#ccbd55

Complementary Color

#ccbd55 #5564cc

#ccbd55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd55 Color CSS Codes

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

#ccbd55 Text Font Color

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

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


#ccbd55 Background Color

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

This div background color is #ccbd55


#ccbd55 Border Color

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

This div border color is #ccbd55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd55


Comments

No comments written yet.

Please login to write comment.