Color Hex Logo

#cbc93c Color Hex

#CBC93C
(203,201,60)
0 Favorites   0 Comments

Color spaces of #cbc93c

RGB 20320160
HSL0.160.580.52
HSV59°70°80°
CMYK 0.000.010.70   0.20
XYZ46.330954.796012.4098
Yxy54.79600.40810.4826
Hunter Lab74.0243-17.821641.8774
CIE-Lab78.9236-15.651166.6927

#cbc93c color RGB value is (203,201,60).

#cbc93c hex color red value is 203, green value is 201 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cbc93c hue: 0.16 , saturation: 0.58 and the lightness value of cbc93c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 00111100
Octal 313 311 74
Decimal 203 201 60
Hex CB C9 3C

RGB Percentages of Color #cbc93c

%43.75
%43.32
%12.93

CMYK Percentages of Color #cbc93c

%0
%1
%70
%20

Triadic Colors of #cbc93c

#cbc93c #3ccbc9 #c93ccb

Analogous Colors of #cbc93c

#cbc93c #86cb3c #cb823c

Monochromatic Colors of #cbc93c

#cbc93c

Complementary Color

#cbc93c #3c3ecb

#cbc93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc93c Color CSS Codes

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

#cbc93c Text Font Color

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

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


#cbc93c Background Color

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

This div background color is #cbc93c


#cbc93c Border Color

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

This div border color is #cbc93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc93c


Comments

No comments written yet.

Please login to write comment.