Color Hex Logo

#cbc615 Color Hex

#CBC615
(203,198,21)
0 Favorites   0 Comments

Color spaces of #cbc615

RGB 20319821
HSL0.160.810.44
HSV58°90°80°
CMYK 0.000.020.90   0.20
XYZ44.958053.13888.5967
Yxy53.13880.42140.4981
Hunter Lab72.8964-17.480844.0354
CIE-Lab77.9569-15.409976.1946

#cbc615 color RGB value is (203,198,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 00010101
Octal 313 306 25
Decimal 203 198 21
Hex CB C6 15

RGB Percentages of Color #cbc615

%48.10
%46.92
%4.98

CMYK Percentages of Color #cbc615

%0
%2
%90
%20

Triadic Colors of #cbc615

#cbc615 #15cbc6 #c615cb

Analogous Colors of #cbc615

#cbc615 #75cb15 #cb6b15

Monochromatic Colors of #cbc615

#cbc615

Complementary Color

#cbc615 #151acb

#cbc615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc615 Color CSS Codes

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

#cbc615 Text Font Color

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

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


#cbc615 Background Color

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

This div background color is #cbc615


#cbc615 Border Color

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

This div border color is #cbc615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc615


Comments

No comments written yet.

Please login to write comment.