Color Hex Logo

#cbc003 Color Hex

#CBC003
(203,192,3)
0 Favorites   0 Comments

Color spaces of #cbc003

RGB 2031923
HSL0.160.970.40
HSV57°99°80°
CMYK 0.000.050.99   0.20
XYZ43.494750.40247.5224
Yxy50.40240.42890.4970
Hunter Lab70.9946-14.883043.4140
CIE-Lab76.3156-12.608877.0990

#cbc003 color RGB value is (203,192,3).

#cbc003 hex color red value is 203, green value is 192 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #cbc003 hue: 0.16 , saturation: 0.97 and the lightness value of cbc003 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 00000011
Octal 313 300 3
Decimal 203 192 3
Hex CB C0 3

RGB Percentages of Color #cbc003

%51.01
%48.24
%0.75

CMYK Percentages of Color #cbc003

%0
%5
%99
%20

Triadic Colors of #cbc003

#cbc003 #03cbc0 #c003cb

Analogous Colors of #cbc003

#cbc003 #72cb03 #cb5c03

Monochromatic Colors of #cbc003

#cbc003

Complementary Color

#cbc003 #030ecb

#cbc003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc003 Color CSS Codes

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

#cbc003 Text Font Color

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

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


#cbc003 Background Color

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

This div background color is #cbc003


#cbc003 Border Color

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

This div border color is #cbc003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc003


Comments

No comments written yet.

Please login to write comment.