Color Hex Logo

#cbc774 Color Hex

#CBC774
(203,199,116)
0 Favorites   0 Comments

Color spaces of #cbc774

RGB 203199116
HSL0.160.460.63
HSV57°43°80°
CMYK 0.000.020.43   0.20
XYZ48.204454.804324.5606
Yxy54.80430.37790.4296
Hunter Lab74.0299-13.322532.1506
CIE-Lab78.9284-10.437641.9232

#cbc774 color RGB value is (203,199,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 01110100
Octal 313 307 164
Decimal 203 199 116
Hex CB C7 74

RGB Percentages of Color #cbc774

%39.19
%38.42
%22.39

CMYK Percentages of Color #cbc774

%0
%2
%43
%20

Triadic Colors of #cbc774

#cbc774 #74cbc7 #c774cb

Analogous Colors of #cbc774

#cbc774 #a4cb74 #cb9c74

Monochromatic Colors of #cbc774

#cbc774

Complementary Color

#cbc774 #7478cb

#cbc774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc774 Color CSS Codes

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

#cbc774 Text Font Color

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

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


#cbc774 Background Color

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

This div background color is #cbc774


#cbc774 Border Color

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

This div border color is #cbc774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc774


Comments

No comments written yet.

Please login to write comment.