Color Hex Logo

#cbc058 Color Hex

#CBC058
(203,192,88)
0 Favorites   0 Comments

Color spaces of #cbc058

RGB 20319288
HSL0.150.530.57
HSV54°57°80°
CMYK 0.000.050.57   0.20
XYZ45.239751.100416.7115
Yxy51.10040.40020.4520
Hunter Lab71.4845-12.132536.1785
CIE-Lab76.7398-9.351952.8145

#cbc058 color RGB value is (203,192,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 01011000
Octal 313 300 130
Decimal 203 192 88
Hex CB C0 58

RGB Percentages of Color #cbc058

%42.03
%39.75
%18.22

CMYK Percentages of Color #cbc058

%0
%5
%57
%20

Triadic Colors of #cbc058

#cbc058 #58cbc0 #c058cb

Analogous Colors of #cbc058

#cbc058 #9dcb58 #cb8758

Monochromatic Colors of #cbc058

#cbc058

Complementary Color

#cbc058 #5863cb

#cbc058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc058 Color CSS Codes

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

#cbc058 Text Font Color

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

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


#cbc058 Background Color

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

This div background color is #cbc058


#cbc058 Border Color

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

This div border color is #cbc058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc058


Comments

No comments written yet.

Please login to write comment.