Color Hex Logo

#cbc458 Color Hex

#CBC458
(203,196,88)
0 Favorites   0 Comments

Color spaces of #cbc458

RGB 20319688
HSL0.160.530.57
HSV56°57°80°
CMYK 0.000.030.57   0.20
XYZ46.130052.880917.0083
Yxy52.88090.39760.4558
Hunter Lab72.7193-14.025937.0361
CIE-Lab77.8046-11.397454.0202

#cbc458 color RGB value is (203,196,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 01011000
Octal 313 304 130
Decimal 203 196 88
Hex CB C4 58

RGB Percentages of Color #cbc458

%41.68
%40.25
%18.07

CMYK Percentages of Color #cbc458

%0
%3
%57
%20

Triadic Colors of #cbc458

#cbc458 #58cbc4 #c458cb

Analogous Colors of #cbc458

#cbc458 #99cb58 #cb8b58

Monochromatic Colors of #cbc458

#cbc458

Complementary Color

#cbc458 #585fcb

#cbc458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc458 Color CSS Codes

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

#cbc458 Text Font Color

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

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


#cbc458 Background Color

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

This div background color is #cbc458


#cbc458 Border Color

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

This div border color is #cbc458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc458


Comments

No comments written yet.

Please login to write comment.