Color Hex Logo

#ccb858 Color Hex

#CCB858
(204,184,88)
0 Favorites   0 Comments

Color spaces of #ccb858

RGB 20418488
HSL0.140.530.57
HSV50°57°80°
CMYK 0.000.100.57   0.20
XYZ43.803847.822916.1546
Yxy47.82290.40640.4437
Hunter Lab69.1541-7.953734.5576
CIE-Lab74.7131-4.790950.5232

#ccb858 color RGB value is (204,184,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 01011000
Octal 314 270 130
Decimal 204 184 88
Hex CC B8 58

RGB Percentages of Color #ccb858

%42.86
%38.66
%18.49

CMYK Percentages of Color #ccb858

%0
%10
%57
%20

Triadic Colors of #ccb858

#ccb858 #58ccb8 #b858cc

Analogous Colors of #ccb858

#ccb858 #a6cc58 #cc7e58

Monochromatic Colors of #ccb858

#ccb858

Complementary Color

#ccb858 #586ccc

#ccb858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb858 Color CSS Codes

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

#ccb858 Text Font Color

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

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


#ccb858 Background Color

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

This div background color is #ccb858


#ccb858 Border Color

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

This div border color is #ccb858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb858


Comments

No comments written yet.

Please login to write comment.