Color Hex Logo

#cbc37a Color Hex

#CBC37A
(203,195,122)
0 Favorites   0 Comments

Color spaces of #cbc37a

RGB 203195122
HSL0.150.440.64
HSV54°40°80°
CMYK 0.000.040.40   0.20
XYZ47.656653.131926.1561
Yxy53.13190.37540.4185
Hunter Lab72.8916-10.856929.7488
CIE-Lab77.9528-7.748637.6600

#cbc37a color RGB value is (203,195,122).

#cbc37a hex color red value is 203, green value is 195 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cbc37a hue: 0.15 , saturation: 0.44 and the lightness value of cbc37a is 0.64.

The process color (four color CMYK) of #cbc37a color hex is 0.00, 0.04, 0.40, 0.20. Web safe color of #cbc37a is #cccc66. Color #cbc37a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000011 01111010
Octal 313 303 172
Decimal 203 195 122
Hex CB C3 7A

RGB Percentages of Color #cbc37a

%39.04
%37.50
%23.46

CMYK Percentages of Color #cbc37a

%0
%4
%40
%20

Triadic Colors of #cbc37a

#cbc37a #7acbc3 #c37acb

Analogous Colors of #cbc37a

#cbc37a #abcb7a #cb9b7a

Monochromatic Colors of #cbc37a

#cbc37a

Complementary Color

#cbc37a #7a82cb

#cbc37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc37a Color CSS Codes

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

#cbc37a Text Font Color

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

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


#cbc37a Background Color

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

This div background color is #cbc37a


#cbc37a Border Color

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

This div border color is #cbc37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc37a


Comments

No comments written yet.

Please login to write comment.