Color Hex Logo

#cbc93b Color Hex

#CBC93B
(203,201,59)
0 Favorites   0 Comments

Color spaces of #cbc93b

RGB 20320159
HSL0.160.580.51
HSV59°71°80°
CMYK 0.000.010.71   0.20
XYZ46.304754.785612.2718
Yxy54.78560.40850.4833
Hunter Lab74.0173-17.861941.9820
CIE-Lab78.9176-15.699467.0431

#cbc93b color RGB value is (203,201,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 00111011
Octal 313 311 73
Decimal 203 201 59
Hex CB C9 3B

RGB Percentages of Color #cbc93b

%43.84
%43.41
%12.74

CMYK Percentages of Color #cbc93b

%0
%1
%71
%20

Triadic Colors of #cbc93b

#cbc93b #3bcbc9 #c93bcb

Analogous Colors of #cbc93b

#cbc93b #85cb3b #cb813b

Monochromatic Colors of #cbc93b

#cbc93b

Complementary Color

#cbc93b #3b3dcb

#cbc93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc93b Color CSS Codes

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

#cbc93b Text Font Color

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

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


#cbc93b Background Color

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

This div background color is #cbc93b


#cbc93b Border Color

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

This div border color is #cbc93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc93b


Comments

No comments written yet.

Please login to write comment.