Color Hex Logo

#ccb402 Color Hex

#CCB402
(204,180,2)
0 Favorites   0 Comments

Color spaces of #ccb402

RGB 2041802
HSL0.150.980.40
HSV53°99°80°
CMYK 0.000.120.99   0.20
XYZ41.234145.48436.6635
Yxy45.48430.44160.4871
Hunter Lab67.4420-8.888641.3514
CIE-Lab73.2096-6.015574.9944

#ccb402 color RGB value is (204,180,2).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 00000010
Octal 314 264 2
Decimal 204 180 2
Hex CC B4 2

RGB Percentages of Color #ccb402

%52.85
%46.63
%0.52

CMYK Percentages of Color #ccb402

%0
%12
%99
%20

Triadic Colors of #ccb402

#ccb402 #02ccb4 #b402cc

Analogous Colors of #ccb402

#ccb402 #7fcc02 #cc4f02

Monochromatic Colors of #ccb402

#ccb402

Complementary Color

#ccb402 #021acc

#ccb402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb402 Color CSS Codes

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

#ccb402 Text Font Color

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

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


#ccb402 Background Color

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

This div background color is #ccb402


#ccb402 Border Color

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

This div border color is #ccb402


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,180,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 #ccb402">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb402


Comments

No comments written yet.

Please login to write comment.