Color Hex Logo

#cbc715 Color Hex

#CBC715
(203,199,21)
0 Favorites   0 Comments

Color spaces of #cbc715

RGB 20319921
HSL0.160.810.44
HSV59°90°80°
CMYK 0.000.020.90   0.20
XYZ45.187453.59758.6732
Yxy53.59750.42050.4988
Hunter Lab73.2103-17.943044.2232
CIE-Lab78.2265-15.910476.4057

#cbc715 color RGB value is (203,199,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 00010101
Octal 313 307 25
Decimal 203 199 21
Hex CB C7 15

RGB Percentages of Color #cbc715

%47.99
%47.04
%4.96

CMYK Percentages of Color #cbc715

%0
%2
%90
%20

Triadic Colors of #cbc715

#cbc715 #15cbc7 #c715cb

Analogous Colors of #cbc715

#cbc715 #74cb15 #cb6c15

Monochromatic Colors of #cbc715

#cbc715

Complementary Color

#cbc715 #1519cb

#cbc715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc715 Color CSS Codes

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

#cbc715 Text Font Color

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

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


#cbc715 Background Color

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

This div background color is #cbc715


#cbc715 Border Color

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

This div border color is #cbc715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc715


Comments

No comments written yet.

Please login to write comment.