Color Hex Logo

#cbc44e Color Hex

#CBC44E
(203,196,78)
0 Favorites   0 Comments

Color spaces of #cbc44e

RGB 20319678
HSL0.160.550.55
HSV57°62°80°
CMYK 0.000.030.62   0.20
XYZ45.743752.726414.9740
Yxy52.72640.40320.4648
Hunter Lab72.6129-14.623738.6025
CIE-Lab77.7132-12.103258.3405

#cbc44e color RGB value is (203,196,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 01001110
Octal 313 304 116
Decimal 203 196 78
Hex CB C4 4E

RGB Percentages of Color #cbc44e

%42.56
%41.09
%16.35

CMYK Percentages of Color #cbc44e

%0
%3
%62
%20

Triadic Colors of #cbc44e

#cbc44e #4ecbc4 #c44ecb

Analogous Colors of #cbc44e

#cbc44e #94cb4e #cb864e

Monochromatic Colors of #cbc44e

#cbc44e

Complementary Color

#cbc44e #4e55cb

#cbc44e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc44e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc44e Color CSS Codes

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

#cbc44e Text Font Color

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

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


#cbc44e Background Color

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

This div background color is #cbc44e


#cbc44e Border Color

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

This div border color is #cbc44e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,196,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 #cbc44e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc44e


Comments

No comments written yet.

Please login to write comment.