Color Hex Logo

#cbbe71 Color Hex

#CBBE71
(203,190,113)
0 Favorites   0 Comments

Color spaces of #cbbe71

RGB 203190113
HSL0.140.460.62
HSV51°44°80°
CMYK 0.000.060.44   0.20
XYZ46.022750.715722.9862
Yxy50.71570.38440.4236
Hunter Lab71.2150-9.270530.7133
CIE-Lab76.5065-6.106840.4066

#cbbe71 color RGB value is (203,190,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 01110001
Octal 313 276 161
Decimal 203 190 113
Hex CB BE 71

RGB Percentages of Color #cbbe71

%40.12
%37.55
%22.33

CMYK Percentages of Color #cbbe71

%0
%6
%44
%20

Triadic Colors of #cbbe71

#cbbe71 #71cbbe #be71cb

Analogous Colors of #cbbe71

#cbbe71 #abcb71 #cb9171

Monochromatic Colors of #cbbe71

#cbbe71

Complementary Color

#cbbe71 #717ecb

#cbbe71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe71 Color CSS Codes

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

#cbbe71 Text Font Color

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

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


#cbbe71 Background Color

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

This div background color is #cbbe71


#cbbe71 Border Color

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

This div border color is #cbbe71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe71


Comments

No comments written yet.

Please login to write comment.