Color Hex Logo

#cbc274 Color Hex

#CBC274
(203,194,116)
0 Favorites   0 Comments

Color spaces of #cbc274

RGB 203194116
HSL0.150.460.63
HSV54°43°80°
CMYK 0.000.040.43   0.20
XYZ47.072852.541024.1834
Yxy52.54100.38020.4244
Hunter Lab72.4852-10.928930.9586
CIE-Lab77.6032-7.870440.2649

#cbc274 color RGB value is (203,194,116).

#cbc274 hex color red value is 203, green value is 194 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #cbc274 hue: 0.15 , saturation: 0.46 and the lightness value of cbc274 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000010 01110100
Octal 313 302 164
Decimal 203 194 116
Hex CB C2 74

RGB Percentages of Color #cbc274

%39.57
%37.82
%22.61

CMYK Percentages of Color #cbc274

%0
%4
%43
%20

Triadic Colors of #cbc274

#cbc274 #74cbc2 #c274cb

Analogous Colors of #cbc274

#cbc274 #a9cb74 #cb9774

Monochromatic Colors of #cbc274

#cbc274

Complementary Color

#cbc274 #747dcb

#cbc274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc274 Color CSS Codes

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

#cbc274 Text Font Color

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

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


#cbc274 Background Color

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

This div background color is #cbc274


#cbc274 Border Color

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

This div border color is #cbc274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc274


Comments

No comments written yet.

Please login to write comment.