Color Hex Logo

#ccb822 Color Hex

#CCB822
(204,184,34)
0 Favorites   0 Comments

Color spaces of #ccb822

RGB 20418434
HSL0.150.710.47
HSV53°83°80°
CMYK 0.000.100.83   0.20
XYZ42.331147.23388.3993
Yxy47.23380.43210.4822
Hunter Lab68.7269-10.328040.8628
CIE-Lab74.3391-7.556470.6188

#ccb822 color RGB value is (204,184,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00100010
Octal 314 270 42
Decimal 204 184 34
Hex CC B8 22

RGB Percentages of Color #ccb822

%48.34
%43.60
%8.06

CMYK Percentages of Color #ccb822

%0
%10
%83
%20

Triadic Colors of #ccb822

#ccb822 #22ccb8 #b822cc

Analogous Colors of #ccb822

#ccb822 #8bcc22 #cc6322

Monochromatic Colors of #ccb822

#ccb822

Complementary Color

#ccb822 #2236cc

#ccb822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb822 Color CSS Codes

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

#ccb822 Text Font Color

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

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


#ccb822 Background Color

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

This div background color is #ccb822


#ccb822 Border Color

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

This div border color is #ccb822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb822


Comments

No comments written yet.

Please login to write comment.