Color Hex Logo

#cbbb58 Color Hex

#CBBB58
(203,187,88)
0 Favorites   0 Comments

Color spaces of #cbbb58

RGB 20318788
HSL0.140.530.57
HSV52°57°80°
CMYK 0.000.080.57   0.20
XYZ44.160448.941716.3517
Yxy48.94170.40350.4471
Hunter Lab69.9583-9.751035.1127
CIE-Lab75.4150-6.771451.3046

#cbbb58 color RGB value is (203,187,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 01011000
Octal 313 273 130
Decimal 203 187 88
Hex CB BB 58

RGB Percentages of Color #cbbb58

%42.47
%39.12
%18.41

CMYK Percentages of Color #cbbb58

%0
%8
%57
%20

Triadic Colors of #cbbb58

#cbbb58 #58cbbb #bb58cb

Analogous Colors of #cbbb58

#cbbb58 #a2cb58 #cb8258

Monochromatic Colors of #cbbb58

#cbbb58

Complementary Color

#cbbb58 #5868cb

#cbbb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb58 Color CSS Codes

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

#cbbb58 Text Font Color

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

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


#cbbb58 Background Color

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

This div background color is #cbbb58


#cbbb58 Border Color

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

This div border color is #cbbb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb58


Comments

No comments written yet.

Please login to write comment.