Color Hex Logo

#cbc52f Color Hex

#CBC52F
(203,197,47)
0 Favorites   0 Comments

Color spaces of #cbc52f

RGB 20319747
HSL0.160.620.49
HSV58°77°80°
CMYK 0.000.030.77   0.20
XYZ45.107952.834310.5099
Yxy52.83430.41590.4872
Hunter Lab72.6872-16.429942.3083
CIE-Lab77.7771-14.202469.9409

#cbc52f color RGB value is (203,197,47).

#cbc52f hex color red value is 203, green value is 197 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cbc52f hue: 0.16 , saturation: 0.62 and the lightness value of cbc52f is 0.49.

The process color (four color CMYK) of #cbc52f color hex is 0.00, 0.03, 0.77, 0.20. Web safe color of #cbc52f is #cccc33. Color #cbc52f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 00101111
Octal 313 305 57
Decimal 203 197 47
Hex CB C5 2F

RGB Percentages of Color #cbc52f

%45.41
%44.07
%10.51

CMYK Percentages of Color #cbc52f

%0
%3
%77
%20

Triadic Colors of #cbc52f

#cbc52f #2fcbc5 #c52fcb

Analogous Colors of #cbc52f

#cbc52f #83cb2f #cb772f

Monochromatic Colors of #cbc52f

#cbc52f

Complementary Color

#cbc52f #2f35cb

#cbc52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc52f Color CSS Codes

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

#cbc52f Text Font Color

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

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


#cbc52f Background Color

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

This div background color is #cbc52f


#cbc52f Border Color

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

This div border color is #cbc52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc52f


Comments

No comments written yet.

Please login to write comment.