Color Hex Logo

#cbb678 Color Hex

#CBB678
(203,182,120)
0 Favorites   0 Comments

Color spaces of #cbb678

RGB 203182120
HSL0.120.440.63
HSV45°41°80°
CMYK 0.000.100.41   0.20
XYZ44.746747.508524.5809
Yxy47.50850.38300.4066
Hunter Lab68.9264-4.739927.1042
CIE-Lab74.5139-1.180634.2784

#cbb678 color RGB value is (203,182,120).

#cbb678 hex color red value is 203, green value is 182 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cbb678 hue: 0.12 , saturation: 0.44 and the lightness value of cbb678 is 0.63.

The process color (four color CMYK) of #cbb678 color hex is 0.00, 0.10, 0.41, 0.20. Web safe color of #cbb678 is #cccc66. Color #cbb678 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 01111000
Octal 313 266 170
Decimal 203 182 120
Hex CB B6 78

RGB Percentages of Color #cbb678

%40.20
%36.04
%23.76

CMYK Percentages of Color #cbb678

%0
%10
%41
%20

Triadic Colors of #cbb678

#cbb678 #78cbb6 #b678cb

Analogous Colors of #cbb678

#cbb678 #b7cb78 #cb8d78

Monochromatic Colors of #cbb678

#cbb678

Complementary Color

#cbb678 #788dcb

#cbb678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb678 Color CSS Codes

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

#cbb678 Text Font Color

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

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


#cbb678 Background Color

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

This div background color is #cbb678


#cbb678 Border Color

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

This div border color is #cbb678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb678


Comments

No comments written yet.

Please login to write comment.