Color Hex Logo

#ccba02 Color Hex

#CCBA02
(204,186,2)
0 Favorites   0 Comments

Color spaces of #ccba02

RGB 2041862
HSL0.150.980.40
HSV55°99°80°
CMYK 0.000.090.99   0.20
XYZ42.471747.95967.0761
Yxy47.95960.43560.4919
Hunter Lab69.2529-11.721342.4189
CIE-Lab74.7994-9.118576.1411

#ccba02 color RGB value is (204,186,2).

#ccba02 hex color red value is 204, green value is 186 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ccba02 hue: 0.15 , saturation: 0.98 and the lightness value of ccba02 is 0.40.

The process color (four color CMYK) of #ccba02 color hex is 0.00, 0.09, 0.99, 0.20. Web safe color of #ccba02 is #cccc00. Color #ccba02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111010 00000010
Octal 314 272 2
Decimal 204 186 2
Hex CC BA 2

RGB Percentages of Color #ccba02

%52.04
%47.45
%0.51

CMYK Percentages of Color #ccba02

%0
%9
%99
%20

Triadic Colors of #ccba02

#ccba02 #02ccba #ba02cc

Analogous Colors of #ccba02

#ccba02 #79cc02 #cc5502

Monochromatic Colors of #ccba02

#ccba02

Complementary Color

#ccba02 #0214cc

#ccba02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccba02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccba02 Color CSS Codes

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

#ccba02 Text Font Color

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

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


#ccba02 Background Color

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

This div background color is #ccba02


#ccba02 Border Color

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

This div border color is #ccba02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccba02


Comments

No comments written yet.

Please login to write comment.