Color Hex Logo

#ccb938 Color Hex

#CCB938
(204,185,56)
0 Favorites   0 Comments

Color spaces of #ccb938

RGB 20418556
HSL0.150.590.51
HSV52°73°80°
CMYK 0.000.090.73   0.20
XYZ42.964647.820810.7072
Yxy47.82080.42330.4712
Hunter Lab69.1526-10.114739.2267
CIE-Lab74.7118-7.267564.0854

#ccb938 color RGB value is (204,185,56).

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

The process color (four color CMYK) of #ccb938 color hex is 0.00, 0.09, 0.73, 0.20. Web safe color of #ccb938 is #cccc33. Color #ccb938 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 00111000
Octal 314 271 70
Decimal 204 185 56
Hex CC B9 38

RGB Percentages of Color #ccb938

%45.84
%41.57
%12.58

CMYK Percentages of Color #ccb938

%0
%9
%73
%20

Triadic Colors of #ccb938

#ccb938 #38ccb9 #b938cc

Analogous Colors of #ccb938

#ccb938 #95cc38 #cc6f38

Monochromatic Colors of #ccb938

#ccb938

Complementary Color

#ccb938 #384bcc

#ccb938 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb938 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb938 Color CSS Codes

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

#ccb938 Text Font Color

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

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


#ccb938 Background Color

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

This div background color is #ccb938


#ccb938 Border Color

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

This div border color is #ccb938


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb938


Comments

No comments written yet.

Please login to write comment.