Color Hex Logo

#cbb457 Color Hex

#CBB457
(203,180,87)
0 Favorites   0 Comments

Color spaces of #cbb457

RGB 20318087
HSL0.130.530.57
HSV48°57°80°
CMYK 0.000.110.57   0.20
XYZ42.670246.027115.6520
Yxy46.02710.40890.4411
Hunter Lab67.8433-6.457733.8116
CIE-Lab73.5631-3.194949.6501

#cbb457 color RGB value is (203,180,87).

#cbb457 hex color red value is 203, green value is 180 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cbb457 hue: 0.13 , saturation: 0.53 and the lightness value of cbb457 is 0.57.

The process color (four color CMYK) of #cbb457 color hex is 0.00, 0.11, 0.57, 0.20. Web safe color of #cbb457 is #cccc66. Color #cbb457 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 01010111
Octal 313 264 127
Decimal 203 180 87
Hex CB B4 57

RGB Percentages of Color #cbb457

%43.19
%38.30
%18.51

CMYK Percentages of Color #cbb457

%0
%11
%57
%20

Triadic Colors of #cbb457

#cbb457 #57cbb4 #b457cb

Analogous Colors of #cbb457

#cbb457 #a8cb57 #cb7a57

Monochromatic Colors of #cbb457

#cbb457

Complementary Color

#cbb457 #576ecb

#cbb457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb457 Color CSS Codes

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

#cbb457 Text Font Color

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

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


#cbb457 Background Color

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

This div background color is #cbb457


#cbb457 Border Color

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

This div border color is #cbb457


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb457


Comments

No comments written yet.

Please login to write comment.