Color Hex Logo

#cbbe53 Color Hex

#CBBE53
(203,190,83)
0 Favorites   0 Comments

Color spaces of #cbbe53

RGB 20319083
HSL0.150.540.56
HSV54°59°80°
CMYK 0.000.060.59   0.20
XYZ44.603450.148015.5123
Yxy50.14800.40450.4548
Hunter Lab70.8153-11.497436.5830
CIE-Lab76.1600-8.691854.4401

#cbbe53 color RGB value is (203,190,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111110 01010011
Octal 313 276 123
Decimal 203 190 83
Hex CB BE 53

RGB Percentages of Color #cbbe53

%42.65
%39.92
%17.44

CMYK Percentages of Color #cbbe53

%0
%6
%59
%20

Triadic Colors of #cbbe53

#cbbe53 #53cbbe #be53cb

Analogous Colors of #cbbe53

#cbbe53 #9ccb53 #cb8253

Monochromatic Colors of #cbbe53

#cbbe53

Complementary Color

#cbbe53 #5360cb

#cbbe53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbe53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbe53 Color CSS Codes

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

#cbbe53 Text Font Color

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

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


#cbbe53 Background Color

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

This div background color is #cbbe53


#cbbe53 Border Color

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

This div border color is #cbbe53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbe53


Comments

No comments written yet.

Please login to write comment.