Color Hex Logo

#cbb648 Color Hex

#CBB648
(203,182,72)
0 Favorites   0 Comments

Color spaces of #cbb648

RGB 20318272
HSL0.140.560.54
HSV50°65°80°
CMYK 0.000.100.65   0.20
XYZ42.526246.620312.8881
Yxy46.62030.41680.4569
Hunter Lab68.2791-8.313336.6040
CIE-Lab73.9462-5.277456.8809

#cbb648 color RGB value is (203,182,72).

#cbb648 hex color red value is 203, green value is 182 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #cbb648 hue: 0.14 , saturation: 0.56 and the lightness value of cbb648 is 0.54.

The process color (four color CMYK) of #cbb648 color hex is 0.00, 0.10, 0.65, 0.20. Web safe color of #cbb648 is #cccc33. Color #cbb648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 01001000
Octal 313 266 110
Decimal 203 182 72
Hex CB B6 48

RGB Percentages of Color #cbb648

%44.42
%39.82
%15.75

CMYK Percentages of Color #cbb648

%0
%10
%65
%20

Triadic Colors of #cbb648

#cbb648 #48cbb6 #b648cb

Analogous Colors of #cbb648

#cbb648 #9fcb48 #cb7548

Monochromatic Colors of #cbb648

#cbb648

Complementary Color

#cbb648 #485dcb

#cbb648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb648 Color CSS Codes

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

#cbb648 Text Font Color

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

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


#cbb648 Background Color

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

This div background color is #cbb648


#cbb648 Border Color

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

This div border color is #cbb648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb648


Comments

No comments written yet.

Please login to write comment.