Color Hex Logo

#ccb830 Color Hex

#CCB830
(204,184,48)
0 Favorites   0 Comments

Color spaces of #ccb830

RGB 20418448
HSL0.150.620.49
HSV52°76°80°
CMYK 0.000.100.76   0.20
XYZ42.575847.33179.6883
Yxy47.33170.42750.4752
Hunter Lab68.7980-9.931539.8093
CIE-Lab74.4014-7.090966.5767

#ccb830 color RGB value is (204,184,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 00110000
Octal 314 270 60
Decimal 204 184 48
Hex CC B8 30

RGB Percentages of Color #ccb830

%46.79
%42.20
%11.01

CMYK Percentages of Color #ccb830

%0
%10
%76
%20

Triadic Colors of #ccb830

#ccb830 #30ccb8 #b830cc

Analogous Colors of #ccb830

#ccb830 #92cc30 #cc6a30

Monochromatic Colors of #ccb830

#ccb830

Complementary Color

#ccb830 #3044cc

#ccb830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb830 Color CSS Codes

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

#ccb830 Text Font Color

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

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


#ccb830 Background Color

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

This div background color is #ccb830


#ccb830 Border Color

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

This div border color is #ccb830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb830


Comments

No comments written yet.

Please login to write comment.