Color Hex Logo

#ccb844 Color Hex

#CCB844
(204,184,68)
0 Favorites   0 Comments

Color spaces of #ccb844

RGB 20418468
HSL0.140.570.53
HSV51°67°80°
CMYK 0.000.100.67   0.20
XYZ43.085747.535712.3733
Yxy47.53570.41830.4615
Hunter Lab68.9461-9.107837.6219
CIE-Lab74.5311-6.128759.2146

#ccb844 color RGB value is (204,184,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 01000100
Octal 314 270 104
Decimal 204 184 68
Hex CC B8 44

RGB Percentages of Color #ccb844

%44.74
%40.35
%14.91

CMYK Percentages of Color #ccb844

%0
%10
%67
%20

Triadic Colors of #ccb844

#ccb844 #44ccb8 #b844cc

Analogous Colors of #ccb844

#ccb844 #9ccc44 #cc7444

Monochromatic Colors of #ccb844

#ccb844

Complementary Color

#ccb844 #4458cc

#ccb844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb844 Color CSS Codes

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

#ccb844 Text Font Color

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

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


#ccb844 Background Color

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

This div background color is #ccb844


#ccb844 Border Color

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

This div border color is #ccb844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb844


Comments

No comments written yet.

Please login to write comment.