Color Hex Logo

#cbc829 Color Hex

#CBC829
(203,200,41)
0 Favorites   0 Comments

Color spaces of #cbc829

RGB 20320041
HSL0.160.660.48
HSV59°80°80°
CMYK 0.000.010.80   0.20
XYZ45.683154.165210.1450
Yxy54.16520.41530.4924
Hunter Lab73.5970-17.996343.3451
CIE-Lab78.5580-15.917672.3616

#cbc829 color RGB value is (203,200,41).

#cbc829 hex color red value is 203, green value is 200 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #cbc829 hue: 0.16 , saturation: 0.66 and the lightness value of cbc829 is 0.48.

The process color (four color CMYK) of #cbc829 color hex is 0.00, 0.01, 0.80, 0.20. Web safe color of #cbc829 is #cccc33. Color #cbc829 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001000 00101001
Octal 313 310 51
Decimal 203 200 41
Hex CB C8 29

RGB Percentages of Color #cbc829

%45.72
%45.05
%9.23

CMYK Percentages of Color #cbc829

%0
%1
%80
%20

Triadic Colors of #cbc829

#cbc829 #29cbc8 #c829cb

Analogous Colors of #cbc829

#cbc829 #7dcb29 #cb7729

Monochromatic Colors of #cbc829

#cbc829

Complementary Color

#cbc829 #292ccb

#cbc829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc829 Color CSS Codes

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

#cbc829 Text Font Color

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

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


#cbc829 Background Color

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

This div background color is #cbc829


#cbc829 Border Color

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

This div border color is #cbc829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc829


Comments

No comments written yet.

Please login to write comment.