Color Hex Logo

#cbc54e Color Hex

#CBC54E
(203,197,78)
0 Favorites   0 Comments

Color spaces of #cbc54e

RGB 20319778
HSL0.160.550.55
HSV57°62°80°
CMYK 0.000.030.62   0.20
XYZ45.970053.179115.0494
Yxy53.17910.40250.4657
Hunter Lab72.9240-15.093838.8111
CIE-Lab77.9806-12.610858.6286

#cbc54e color RGB value is (203,197,78).

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

The process color (four color CMYK) of #cbc54e color hex is 0.00, 0.03, 0.62, 0.20. Web safe color of #cbc54e is #cccc66. Color #cbc54e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 01001110
Octal 313 305 116
Decimal 203 197 78
Hex CB C5 4E

RGB Percentages of Color #cbc54e

%42.47
%41.21
%16.32

CMYK Percentages of Color #cbc54e

%0
%3
%62
%20

Triadic Colors of #cbc54e

#cbc54e #4ecbc5 #c54ecb

Analogous Colors of #cbc54e

#cbc54e #93cb4e #cb874e

Monochromatic Colors of #cbc54e

#cbc54e

Complementary Color

#cbc54e #4e54cb

#cbc54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc54e Color CSS Codes

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

#cbc54e Text Font Color

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

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


#cbc54e Background Color

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

This div background color is #cbc54e


#cbc54e Border Color

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

This div border color is #cbc54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc54e


Comments

No comments written yet.

Please login to write comment.