Color Hex Logo

#ccb82d Color Hex

#CCB82D
(204,184,45)
0 Favorites   0 Comments

Color spaces of #ccb82d

RGB 20418445
HSL0.150.640.49
HSV52°78°80°
CMYK 0.000.100.78   0.20
XYZ42.516047.30789.3731
Yxy47.30780.42860.4769
Hunter Lab68.7807-10.028440.0667
CIE-Lab74.3862-7.204567.5294

#ccb82d color RGB value is (204,184,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00101101
Octal 314 270 55
Decimal 204 184 45
Hex CC B8 2D

RGB Percentages of Color #ccb82d

%47.11
%42.49
%10.39

CMYK Percentages of Color #ccb82d

%0
%10
%78
%20

Triadic Colors of #ccb82d

#ccb82d #2dccb8 #b82dcc

Analogous Colors of #ccb82d

#ccb82d #91cc2d #cc692d

Monochromatic Colors of #ccb82d

#ccb82d

Complementary Color

#ccb82d #2d41cc

#ccb82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb82d Color CSS Codes

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

#ccb82d Text Font Color

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

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


#ccb82d Background Color

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

This div background color is #ccb82d


#ccb82d Border Color

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

This div border color is #ccb82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb82d


Comments

No comments written yet.

Please login to write comment.