Color Hex Logo

#cbbd71 Color Hex

#CBBD71
(203,189,113)
0 Favorites   0 Comments

Color spaces of #cbbd71

RGB 203189113
HSL0.140.460.62
HSV51°44°80°
CMYK 0.000.070.44   0.20
XYZ45.806850.284022.9143
Yxy50.28400.38490.4225
Hunter Lab70.9112-8.788330.4788
CIE-Lab76.2432-5.587240.0770

#cbbd71 color RGB value is (203,189,113).

#cbbd71 hex color red value is 203, green value is 189 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #cbbd71 hue: 0.14 , saturation: 0.46 and the lightness value of cbbd71 is 0.62.

The process color (four color CMYK) of #cbbd71 color hex is 0.00, 0.07, 0.44, 0.20. Web safe color of #cbbd71 is #cccc66. Color #cbbd71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111101 01110001
Octal 313 275 161
Decimal 203 189 113
Hex CB BD 71

RGB Percentages of Color #cbbd71

%40.20
%37.43
%22.38

CMYK Percentages of Color #cbbd71

%0
%7
%44
%20

Triadic Colors of #cbbd71

#cbbd71 #71cbbd #bd71cb

Analogous Colors of #cbbd71

#cbbd71 #accb71 #cb9071

Monochromatic Colors of #cbbd71

#cbbd71

Complementary Color

#cbbd71 #717fcb

#cbbd71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbd71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbd71 Color CSS Codes

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

#cbbd71 Text Font Color

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

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


#cbbd71 Background Color

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

This div background color is #cbbd71


#cbbd71 Border Color

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

This div border color is #cbbd71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbd71


Comments

No comments written yet.

Please login to write comment.