Color Hex Logo

#cbc711 Color Hex

#CBC711
(203,199,17)
0 Favorites   0 Comments

Color spaces of #cbc711

RGB 20319917
HSL0.160.850.43
HSV59°92°80°
CMYK 0.000.020.92   0.20
XYZ45.153253.58388.4932
Yxy53.58380.42110.4997
Hunter Lab73.2010-17.995944.3615
CIE-Lab78.2184-15.974376.9913

#cbc711 color RGB value is (203,199,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 00010001
Octal 313 307 21
Decimal 203 199 17
Hex CB C7 11

RGB Percentages of Color #cbc711

%48.45
%47.49
%4.06

CMYK Percentages of Color #cbc711

%0
%2
%92
%20

Triadic Colors of #cbc711

#cbc711 #11cbc7 #c711cb

Analogous Colors of #cbc711

#cbc711 #72cb11 #cb6a11

Monochromatic Colors of #cbc711

#cbc711

Complementary Color

#cbc711 #1115cb

#cbc711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc711 Color CSS Codes

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

#cbc711 Text Font Color

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

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


#cbc711 Background Color

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

This div background color is #cbc711


#cbc711 Border Color

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

This div border color is #cbc711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc711


Comments

No comments written yet.

Please login to write comment.