Color Hex Logo

#cbc523 Color Hex

#CBC523
(203,197,35)
0 Favorites   0 Comments

Color spaces of #cbc523

RGB 20319735
HSL0.160.710.47
HSV58°83°80°
CMYK 0.000.030.83   0.20
XYZ44.898252.75049.4056
Yxy52.75040.41940.4927
Hunter Lab72.6295-16.756243.1625
CIE-Lab77.7274-14.593673.1881

#cbc523 color RGB value is (203,197,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 00100011
Octal 313 305 43
Decimal 203 197 35
Hex CB C5 23

RGB Percentages of Color #cbc523

%46.67
%45.29
%8.05

CMYK Percentages of Color #cbc523

%0
%3
%83
%20

Triadic Colors of #cbc523

#cbc523 #23cbc5 #c523cb

Analogous Colors of #cbc523

#cbc523 #7dcb23 #cb7123

Monochromatic Colors of #cbc523

#cbc523

Complementary Color

#cbc523 #2329cb

#cbc523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc523 Color CSS Codes

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

#cbc523 Text Font Color

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

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


#cbc523 Background Color

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

This div background color is #cbc523


#cbc523 Border Color

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

This div border color is #cbc523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc523


Comments

No comments written yet.

Please login to write comment.