Color Hex Logo

#ccb839 Color Hex

#CCB839
(204,184,57)
0 Favorites   0 Comments

Color spaces of #ccb839

RGB 20418457
HSL0.140.590.51
HSV52°72°80°
CMYK 0.000.100.72   0.20
XYZ42.780847.413810.7679
Yxy47.41380.42370.4696
Hunter Lab68.8577-9.600138.9287
CIE-Lab74.4537-6.703063.4663

#ccb839 color RGB value is (204,184,57).

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

The process color (four color CMYK) of #ccb839 color hex is 0.00, 0.10, 0.72, 0.20. Web safe color of #ccb839 is #cccc33. Color #ccb839 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00111001
Octal 314 270 71
Decimal 204 184 57
Hex CC B8 39

RGB Percentages of Color #ccb839

%45.84
%41.35
%12.81

CMYK Percentages of Color #ccb839

%0
%10
%72
%20

Triadic Colors of #ccb839

#ccb839 #39ccb8 #b839cc

Analogous Colors of #ccb839

#ccb839 #97cc39 #cc6f39

Monochromatic Colors of #ccb839

#ccb839

Complementary Color

#ccb839 #394dcc

#ccb839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb839 Color CSS Codes

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

#ccb839 Text Font Color

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

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


#ccb839 Background Color

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

This div background color is #ccb839


#ccb839 Border Color

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

This div border color is #ccb839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb839


Comments

No comments written yet.

Please login to write comment.