Color Hex Logo

#ccb826 Color Hex

#CCB826
(204,184,38)
0 Favorites   0 Comments

Color spaces of #ccb826

RGB 20418438
HSL0.150.690.47
HSV53°81°80°
CMYK 0.000.100.81   0.20
XYZ42.392247.25838.7212
Yxy47.25830.43090.4804
Hunter Lab68.7447-10.229140.5995
CIE-Lab74.3547-7.440169.5717

#ccb826 color RGB value is (204,184,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00100110
Octal 314 270 46
Decimal 204 184 38
Hex CC B8 26

RGB Percentages of Color #ccb826

%47.89
%43.19
%8.92

CMYK Percentages of Color #ccb826

%0
%10
%81
%20

Triadic Colors of #ccb826

#ccb826 #26ccb8 #b826cc

Analogous Colors of #ccb826

#ccb826 #8dcc26 #cc6526

Monochromatic Colors of #ccb826

#ccb826

Complementary Color

#ccb826 #263acc

#ccb826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb826 Color CSS Codes

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

#ccb826 Text Font Color

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

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


#ccb826 Background Color

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

This div background color is #ccb826


#ccb826 Border Color

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

This div border color is #ccb826


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,184,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 #ccb826">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb826


Comments

No comments written yet.

Please login to write comment.