Color Hex Logo

#ccb103 Color Hex

#CCB103
(204,177,3)
0 Favorites   0 Comments

Color spaces of #ccb103

RGB 2041773
HSL0.140.970.41
HSV52°99°80°
CMYK 0.000.130.99   0.20
XYZ40.640444.28826.4927
Yxy44.28820.44450.4844
Hunter Lab66.5494-7.455040.8001
CIE-Lab72.4207-4.440374.3134

#ccb103 color RGB value is (204,177,3).

#ccb103 hex color red value is 204, green value is 177 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #ccb103 hue: 0.14 , saturation: 0.97 and the lightness value of ccb103 is 0.41.

The process color (four color CMYK) of #ccb103 color hex is 0.00, 0.13, 0.99, 0.20. Web safe color of #ccb103 is #cc9900. Color #ccb103 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110001 00000011
Octal 314 261 3
Decimal 204 177 3
Hex CC B1 3

RGB Percentages of Color #ccb103

%53.13
%46.09
%0.78

CMYK Percentages of Color #ccb103

%0
%13
%99
%20

Triadic Colors of #ccb103

#ccb103 #03ccb1 #b103cc

Analogous Colors of #ccb103

#ccb103 #83cc03 #cc4d03

Monochromatic Colors of #ccb103

#ccb103

Complementary Color

#ccb103 #031ecc

#ccb103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb103 Color CSS Codes

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

#ccb103 Text Font Color

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

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


#ccb103 Background Color

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

This div background color is #ccb103


#ccb103 Border Color

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

This div border color is #ccb103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb103


Comments

No comments written yet.

Please login to write comment.