Color Hex Logo

#cbb23a Color Hex

#CBB23A
(203,178,58)
0 Favorites   0 Comments

Color spaces of #cbb23a

RGB 20317858
HSL0.140.580.51
HSV50°71°80°
CMYK 0.000.120.71   0.20
XYZ41.312744.842810.4811
Yxy44.84280.42750.4640
Hunter Lab66.9648-7.066037.5955
CIE-Lab72.7883-3.958861.4234

#cbb23a color RGB value is (203,178,58).

#cbb23a hex color red value is 203, green value is 178 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cbb23a hue: 0.14 , saturation: 0.58 and the lightness value of cbb23a is 0.51.

The process color (four color CMYK) of #cbb23a color hex is 0.00, 0.12, 0.71, 0.20. Web safe color of #cbb23a is #cc9933. Color #cbb23a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110010 00111010
Octal 313 262 72
Decimal 203 178 58
Hex CB B2 3A

RGB Percentages of Color #cbb23a

%46.24
%40.55
%13.21

CMYK Percentages of Color #cbb23a

%0
%12
%71
%20

Triadic Colors of #cbb23a

#cbb23a #3acbb2 #b23acb

Analogous Colors of #cbb23a

#cbb23a #9ccb3a #cb6a3a

Monochromatic Colors of #cbb23a

#cbb23a

Complementary Color

#cbb23a #3a53cb

#cbb23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb23a Color CSS Codes

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

#cbb23a Text Font Color

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

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


#cbb23a Background Color

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

This div background color is #cbb23a


#cbb23a Border Color

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

This div border color is #cbb23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb23a


Comments

No comments written yet.

Please login to write comment.