Color Hex Logo

#ccb82b Color Hex

#CCB82B
(204,184,43)
0 Favorites   0 Comments

Color spaces of #ccb82b

RGB 20418443
HSL0.150.650.48
HSV53°79°80°
CMYK 0.000.100.79   0.20
XYZ42.478447.29289.1751
Yxy47.29280.42930.4780
Hunter Lab68.7698-10.089440.2285
CIE-Lab74.3767-7.276168.1392

#ccb82b color RGB value is (204,184,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00101011
Octal 314 270 53
Decimal 204 184 43
Hex CC B8 2B

RGB Percentages of Color #ccb82b

%47.33
%42.69
%9.98

CMYK Percentages of Color #ccb82b

%0
%10
%79
%20

Triadic Colors of #ccb82b

#ccb82b #2bccb8 #b82bcc

Analogous Colors of #ccb82b

#ccb82b #90cc2b #cc682b

Monochromatic Colors of #ccb82b

#ccb82b

Complementary Color

#ccb82b #2b3fcc

#ccb82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb82b Color CSS Codes

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

#ccb82b Text Font Color

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

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


#ccb82b Background Color

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

This div background color is #ccb82b


#ccb82b Border Color

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

This div border color is #ccb82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb82b


Comments

No comments written yet.

Please login to write comment.