Color Hex Logo

#cbc71a Color Hex

#CBC71A
(203,199,26)
0 Favorites   0 Comments

Color spaces of #cbc71a

RGB 20319926
HSL0.160.770.45
HSV59°87°80°
CMYK 0.000.020.87   0.20
XYZ45.238553.61798.9423
Yxy53.61790.41970.4974
Hunter Lab73.2242-17.863844.0164
CIE-Lab78.2384-15.814975.5453

#cbc71a color RGB value is (203,199,26).

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

The process color (four color CMYK) of #cbc71a color hex is 0.00, 0.02, 0.87, 0.20. Web safe color of #cbc71a is #cccc33. Color #cbc71a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 00011010
Octal 313 307 32
Decimal 203 199 26
Hex CB C7 1A

RGB Percentages of Color #cbc71a

%47.43
%46.50
%6.07

CMYK Percentages of Color #cbc71a

%0
%2
%87
%20

Triadic Colors of #cbc71a

#cbc71a #1acbc7 #c71acb

Analogous Colors of #cbc71a

#cbc71a #77cb1a #cb6f1a

Monochromatic Colors of #cbc71a

#cbc71a

Complementary Color

#cbc71a #1a1ecb

#cbc71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc71a Color CSS Codes

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

#cbc71a Text Font Color

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

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


#cbc71a Background Color

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

This div background color is #cbc71a


#cbc71a Border Color

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

This div border color is #cbc71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc71a


Comments

No comments written yet.

Please login to write comment.