Color Hex Logo

#cbc71f Color Hex

#CBC71F
(203,199,31)
0 Favorites   0 Comments

Color spaces of #cbc71f

RGB 20319931
HSL0.160.740.46
HSV59°85°80°
CMYK 0.000.020.85   0.20
XYZ45.299353.64239.2628
Yxy53.64230.41860.4957
Hunter Lab73.2409-17.769843.7702
CIE-Lab78.2527-15.701774.5435

#cbc71f color RGB value is (203,199,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 00011111
Octal 313 307 37
Decimal 203 199 31
Hex CB C7 1F

RGB Percentages of Color #cbc71f

%46.88
%45.96
%7.16

CMYK Percentages of Color #cbc71f

%0
%2
%85
%20

Triadic Colors of #cbc71f

#cbc71f #1fcbc7 #c71fcb

Analogous Colors of #cbc71f

#cbc71f #79cb1f #cb711f

Monochromatic Colors of #cbc71f

#cbc71f

Complementary Color

#cbc71f #1f23cb

#cbc71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc71f Color CSS Codes

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

#cbc71f Text Font Color

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

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


#cbc71f Background Color

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

This div background color is #cbc71f


#cbc71f Border Color

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

This div border color is #cbc71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc71f


Comments

No comments written yet.

Please login to write comment.