Color Hex Logo

#ccb925 Color Hex

#CCB925
(204,185,37)
0 Favorites   0 Comments

Color spaces of #ccb925

RGB 20418537
HSL0.150.690.47
HSV53°82°80°
CMYK 0.000.090.82   0.20
XYZ42.584747.66898.7068
Yxy47.66890.43030.4817
Hunter Lab69.0427-10.728040.8530
CIE-Lab74.6156-7.987470.0691

#ccb925 color RGB value is (204,185,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 00100101
Octal 314 271 45
Decimal 204 185 37
Hex CC B9 25

RGB Percentages of Color #ccb925

%47.89
%43.43
%8.69

CMYK Percentages of Color #ccb925

%0
%9
%82
%20

Triadic Colors of #ccb925

#ccb925 #25ccb9 #b925cc

Analogous Colors of #ccb925

#ccb925 #8ccc25 #cc6625

Monochromatic Colors of #ccb925

#ccb925

Complementary Color

#ccb925 #2538cc

#ccb925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb925 Color CSS Codes

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

#ccb925 Text Font Color

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

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


#ccb925 Background Color

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

This div background color is #ccb925


#ccb925 Border Color

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

This div border color is #ccb925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb925


Comments

No comments written yet.

Please login to write comment.