Color Hex Logo

#cbc815 Color Hex

#CBC815
(203,200,21)
0 Favorites   0 Comments

Color spaces of #cbc815

RGB 20320021
HSL0.160.810.44
HSV59°90°80°
CMYK 0.000.010.90   0.20
XYZ45.418254.05928.7501
Yxy54.05920.41970.4995
Hunter Lab73.5250-18.404844.4115
CIE-Lab78.4962-16.410076.6172

#cbc815 color RGB value is (203,200,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001000 00010101
Octal 313 310 25
Decimal 203 200 21
Hex CB C8 15

RGB Percentages of Color #cbc815

%47.88
%47.17
%4.95

CMYK Percentages of Color #cbc815

%0
%1
%90
%20

Triadic Colors of #cbc815

#cbc815 #15cbc8 #c815cb

Analogous Colors of #cbc815

#cbc815 #73cb15 #cb6d15

Monochromatic Colors of #cbc815

#cbc815

Complementary Color

#cbc815 #1518cb

#cbc815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc815 Color CSS Codes

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

#cbc815 Text Font Color

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

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


#cbc815 Background Color

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

This div background color is #cbc815


#cbc815 Border Color

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

This div border color is #cbc815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc815


Comments

No comments written yet.

Please login to write comment.