Color Hex Logo

#cbc95e Color Hex

#CBC95E
(203,201,94)
0 Favorites   0 Comments

Color spaces of #cbc95e

RGB 20320194
HSL0.160.510.58
HSV59°54°80°
CMYK 0.000.010.54   0.20
XYZ47.535655.278018.7540
Yxy55.27800.39100.4547
Hunter Lab74.3492-15.986037.0890
CIE-Lab79.2011-13.465852.8622

#cbc95e color RGB value is (203,201,94).

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

The process color (four color CMYK) of #cbc95e color hex is 0.00, 0.01, 0.54, 0.20. Web safe color of #cbc95e is #cccc66. Color #cbc95e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 01011110
Octal 313 311 136
Decimal 203 201 94
Hex CB C9 5E

RGB Percentages of Color #cbc95e

%40.76
%40.36
%18.88

CMYK Percentages of Color #cbc95e

%0
%1
%54
%20

Triadic Colors of #cbc95e

#cbc95e #5ecbc9 #c95ecb

Analogous Colors of #cbc95e

#cbc95e #97cb5e #cb935e

Monochromatic Colors of #cbc95e

#cbc95e

Complementary Color

#cbc95e #5e60cb

#cbc95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc95e Color CSS Codes

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

#cbc95e Text Font Color

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

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


#cbc95e Background Color

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

This div background color is #cbc95e


#cbc95e Border Color

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

This div border color is #cbc95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc95e


Comments

No comments written yet.

Please login to write comment.