Color Hex Logo

#ccbf58 Color Hex

#CCBF58
(204,191,88)
0 Favorites   0 Comments

Color spaces of #ccbf58

RGB 20419188
HSL0.150.530.57
HSV53°57°80°
CMYK 0.000.060.57   0.20
XYZ45.294150.803616.6513
Yxy50.80360.40170.4506
Hunter Lab71.2766-11.302936.0426
CIE-Lab76.5599-8.420052.6331

#ccbf58 color RGB value is (204,191,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111111 01011000
Octal 314 277 130
Decimal 204 191 88
Hex CC BF 58

RGB Percentages of Color #ccbf58

%42.24
%39.54
%18.22

CMYK Percentages of Color #ccbf58

%0
%6
%57
%20

Triadic Colors of #ccbf58

#ccbf58 #58ccbf #bf58cc

Analogous Colors of #ccbf58

#ccbf58 #9fcc58 #cc8558

Monochromatic Colors of #ccbf58

#ccbf58

Complementary Color

#ccbf58 #5865cc

#ccbf58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbf58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbf58 Color CSS Codes

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

#ccbf58 Text Font Color

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

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


#ccbf58 Background Color

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

This div background color is #ccbf58


#ccbf58 Border Color

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

This div border color is #ccbf58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbf58


Comments

No comments written yet.

Please login to write comment.