Color Hex Logo

#ccbc57 Color Hex

#CCBC57
(204,188,87)
0 Favorites   0 Comments

Color spaces of #ccbc57

RGB 20418887
HSL0.140.530.57
HSV52°57°80°
CMYK 0.000.080.57   0.20
XYZ44.605449.491916.2188
Yxy49.49190.40430.4486
Hunter Lab70.3505-9.936235.5765
CIE-Lab75.7563-6.946052.1818

#ccbc57 color RGB value is (204,188,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 01010111
Octal 314 274 127
Decimal 204 188 87
Hex CC BC 57

RGB Percentages of Color #ccbc57

%42.59
%39.25
%18.16

CMYK Percentages of Color #ccbc57

%0
%8
%57
%20

Triadic Colors of #ccbc57

#ccbc57 #57ccbc #bc57cc

Analogous Colors of #ccbc57

#ccbc57 #a2cc57 #cc8257

Monochromatic Colors of #ccbc57

#ccbc57

Complementary Color

#ccbc57 #5767cc

#ccbc57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbc57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbc57 Color CSS Codes

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

#ccbc57 Text Font Color

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

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


#ccbc57 Background Color

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

This div background color is #ccbc57


#ccbc57 Border Color

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

This div border color is #ccbc57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbc57


Comments

No comments written yet.

Please login to write comment.