Color Hex Logo

#ccb926 Color Hex

#CCB926
(204,185,38)
0 Favorites   0 Comments

Color spaces of #ccb926

RGB 20418538
HSL0.150.690.47
HSV53°81°80°
CMYK 0.000.090.81   0.20
XYZ42.600747.67528.7907
Yxy47.67520.43000.4812
Hunter Lab69.0472-10.701940.7846
CIE-Lab74.6196-7.956769.8001

#ccb926 color RGB value is (204,185,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 00100110
Octal 314 271 46
Decimal 204 185 38
Hex CC B9 26

RGB Percentages of Color #ccb926

%47.78
%43.33
%8.90

CMYK Percentages of Color #ccb926

%0
%9
%81
%20

Triadic Colors of #ccb926

#ccb926 #26ccb9 #b926cc

Analogous Colors of #ccb926

#ccb926 #8ccc26 #cc6626

Monochromatic Colors of #ccb926

#ccb926

Complementary Color

#ccb926 #2639cc

#ccb926 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb926 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb926 Color CSS Codes

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

#ccb926 Text Font Color

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

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


#ccb926 Background Color

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

This div background color is #ccb926


#ccb926 Border Color

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

This div border color is #ccb926


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb926


Comments

No comments written yet.

Please login to write comment.