Color Hex Logo

#cbc014 Color Hex

#CBC014
(203,192,20)
0 Favorites   0 Comments

Color spaces of #cbc014

RGB 20319220
HSL0.160.820.44
HSV56°90°80°
CMYK 0.000.050.90   0.20
XYZ43.604550.44638.1007
Yxy50.44630.42690.4938
Hunter Lab71.0256-14.708842.9557
CIE-Lab76.3424-12.400375.0939

#cbc014 color RGB value is (203,192,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 00010100
Octal 313 300 24
Decimal 203 192 20
Hex CB C0 14

RGB Percentages of Color #cbc014

%48.92
%46.27
%4.82

CMYK Percentages of Color #cbc014

%0
%5
%90
%20

Triadic Colors of #cbc014

#cbc014 #14cbc0 #c014cb

Analogous Colors of #cbc014

#cbc014 #7bcb14 #cb6514

Monochromatic Colors of #cbc014

#cbc014

Complementary Color

#cbc014 #141fcb

#cbc014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc014 Color CSS Codes

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

#cbc014 Text Font Color

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

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


#cbc014 Background Color

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

This div background color is #cbc014


#cbc014 Border Color

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

This div border color is #cbc014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc014


Comments

No comments written yet.

Please login to write comment.