Color Hex Logo

#cbc93e Color Hex

#CBC93E
(203,201,62)
0 Favorites   0 Comments

Color spaces of #cbc93e

RGB 20320162
HSL0.160.580.52
HSV59°69°80°
CMYK 0.000.010.69   0.20
XYZ46.384754.817612.6935
Yxy54.81760.40730.4813
Hunter Lab74.0389-17.739541.6623
CIE-Lab78.9361-15.552665.9808

#cbc93e color RGB value is (203,201,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 00111110
Octal 313 311 76
Decimal 203 201 62
Hex CB C9 3E

RGB Percentages of Color #cbc93e

%43.56
%43.13
%13.30

CMYK Percentages of Color #cbc93e

%0
%1
%69
%20

Triadic Colors of #cbc93e

#cbc93e #3ecbc9 #c93ecb

Analogous Colors of #cbc93e

#cbc93e #87cb3e #cb833e

Monochromatic Colors of #cbc93e

#cbc93e

Complementary Color

#cbc93e #3e40cb

#cbc93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc93e Color CSS Codes

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

#cbc93e Text Font Color

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

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


#cbc93e Background Color

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

This div background color is #cbc93e


#cbc93e Border Color

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

This div border color is #cbc93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc93e


Comments

No comments written yet.

Please login to write comment.