Color Hex Logo

#ccb82e Color Hex

#CCB82E
(204,184,46)
0 Favorites   0 Comments

Color spaces of #ccb82e

RGB 20418446
HSL0.150.630.49
HSV52°77°80°
CMYK 0.000.100.77   0.20
XYZ42.535547.31569.4757
Yxy47.31560.42820.4764
Hunter Lab68.7863-9.996839.9829
CIE-Lab74.3912-7.167567.2170

#ccb82e color RGB value is (204,184,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00101110
Octal 314 270 56
Decimal 204 184 46
Hex CC B8 2E

RGB Percentages of Color #ccb82e

%47.00
%42.40
%10.60

CMYK Percentages of Color #ccb82e

%0
%10
%77
%20

Triadic Colors of #ccb82e

#ccb82e #2eccb8 #b82ecc

Analogous Colors of #ccb82e

#ccb82e #91cc2e #cc692e

Monochromatic Colors of #ccb82e

#ccb82e

Complementary Color

#ccb82e #2e42cc

#ccb82e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb82e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb82e Color CSS Codes

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

#ccb82e Text Font Color

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

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


#ccb82e Background Color

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

This div background color is #ccb82e


#ccb82e Border Color

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

This div border color is #ccb82e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb82e


Comments

No comments written yet.

Please login to write comment.