Color Hex Logo

#cbc041 Color Hex

#CBC041
(203,192,65)
0 Favorites   0 Comments

Color spaces of #cbc041

RGB 20319265
HSL0.150.570.53
HSV55°68°80°
CMYK 0.000.050.68   0.20
XYZ44.432450.777412.4602
Yxy50.77740.41270.4716
Hunter Lab71.2583-13.400039.5134
CIE-Lab76.5440-10.844062.4588

#cbc041 color RGB value is (203,192,65).

#cbc041 hex color red value is 203, green value is 192 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #cbc041 hue: 0.15 , saturation: 0.57 and the lightness value of cbc041 is 0.53.

The process color (four color CMYK) of #cbc041 color hex is 0.00, 0.05, 0.68, 0.20. Web safe color of #cbc041 is #cccc33. Color #cbc041 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 01000001
Octal 313 300 101
Decimal 203 192 65
Hex CB C0 41

RGB Percentages of Color #cbc041

%44.13
%41.74
%14.13

CMYK Percentages of Color #cbc041

%0
%5
%68
%20

Triadic Colors of #cbc041

#cbc041 #41cbc0 #c041cb

Analogous Colors of #cbc041

#cbc041 #91cb41 #cb7b41

Monochromatic Colors of #cbc041

#cbc041

Complementary Color

#cbc041 #414ccb

#cbc041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc041 Color CSS Codes

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

#cbc041 Text Font Color

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

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


#cbc041 Background Color

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

This div background color is #cbc041


#cbc041 Border Color

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

This div border color is #cbc041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc041


Comments

No comments written yet.

Please login to write comment.