Color Hex Logo

#cbcf76 Color Hex

#CBCF76
(203,207,118)
0 Favorites   0 Comments

Color spaces of #cbcf76

RGB 203207118
HSL0.170.480.64
HSV63°43°81°
CMYK 0.020.000.43   0.19
XYZ50.211458.630225.8099
Yxy58.63020.37290.4354
Hunter Lab76.5704-16.945933.6141
CIE-Lab81.0879-14.287043.6163

#cbcf76 color RGB value is (203,207,118).

#cbcf76 hex color red value is 203, green value is 207 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #cbcf76 hue: 0.17 , saturation: 0.48 and the lightness value of cbcf76 is 0.64.

The process color (four color CMYK) of #cbcf76 color hex is 0.02, 0.00, 0.43, 0.19. Web safe color of #cbcf76 is #cccc66. Color #cbcf76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001111 01110110
Octal 313 317 166
Decimal 203 207 118
Hex CB CF 76

RGB Percentages of Color #cbcf76

%38.45
%39.20
%22.35

CMYK Percentages of Color #cbcf76

%2
%0
%43
%19

Triadic Colors of #cbcf76

#cbcf76 #76cbcf #cf76cb

Analogous Colors of #cbcf76

#cbcf76 #9fcf76 #cfa776

Monochromatic Colors of #cbcf76

#cbcf76

Complementary Color

#cbcf76 #7a76cf

#cbcf76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbcf76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbcf76 Color CSS Codes

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

#cbcf76 Text Font Color

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

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


#cbcf76 Background Color

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

This div background color is #cbcf76


#cbcf76 Border Color

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

This div border color is #cbcf76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbcf76


Comments

No comments written yet.

Please login to write comment.