color codes Logo

#cbc76b color codes

#CBC76B
(203,199,107)
0 Favorites   0 Comments

Color spaces of #cbc76b

RGB 203199107
HSL0.160.480.61
HSV58°47°80°
CMYK 0.000.020.47   0.20
XYZ47.705954.604921.9353
Yxy54.60490.38400.4395
Hunter Lab73.8951-14.078834.1267
CIE-Lab78.8131-11.320046.2268

#cbc76b color RGB value is (203,199,107).

#cbc76b hex color red value is 203, green value is 199 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cbc76b hue: 0.16 , saturation: 0.48 and the lightness value of cbc76b is 0.61.

The process color (four color CMYK) of #cbc76b color code is 0.00, 0.02, 0.47, 0.20. Web safe color of #cbc76b is #cccc66. Color #cbc76b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 01101011
Octal 313 307 153
Decimal 203 199 107
Hex CB C7 6B

RGB Percentages of Color #cbc76b

%39.88
%39.10
%21.02

CMYK Percentages of Color #cbc76b

%0
%2
%47
%20

Triadic Colors of #cbc76b

#cbc76b #6bcbc7 #c76bcb

Analogous Colors of #cbc76b

#cbc76b #9fcb6b #cb976b

Monochromatic Colors of #cbc76b

#cbc76b

Complementary Color

#cbc76b #6b6fcb

#cbc76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc76b Color CSS Codes

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

#cbc76b Text Font Color

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

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


#cbc76b Background Color

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

This div background color is #cbc76b


#cbc76b Border Color

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

This div border color is #cbc76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc76b


Comments

No comments written yet.

Please login to write comment.