Color Hex Logo

#cbc830 Color Hex

#CBC830
(203,200,48)
0 Favorites   0 Comments

Color spaces of #cbc830

RGB 20320048
HSL0.160.620.49
HSV59°76°80°
CMYK 0.000.010.76   0.20
XYZ45.816454.218510.8467
Yxy54.21850.41320.4890
Hunter Lab73.6332-17.791042.8094
CIE-Lab78.5890-15.670670.3710

#cbc830 color RGB value is (203,200,48).

#cbc830 hex color red value is 203, green value is 200 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cbc830 hue: 0.16 , saturation: 0.62 and the lightness value of cbc830 is 0.49.

The process color (four color CMYK) of #cbc830 color hex is 0.00, 0.01, 0.76, 0.20. Web safe color of #cbc830 is #cccc33. Color #cbc830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001000 00110000
Octal 313 310 60
Decimal 203 200 48
Hex CB C8 30

RGB Percentages of Color #cbc830

%45.01
%44.35
%10.64

CMYK Percentages of Color #cbc830

%0
%1
%76
%20

Triadic Colors of #cbc830

#cbc830 #30cbc8 #c830cb

Analogous Colors of #cbc830

#cbc830 #81cb30 #cb7b30

Monochromatic Colors of #cbc830

#cbc830

Complementary Color

#cbc830 #3033cb

#cbc830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc830 Color CSS Codes

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

#cbc830 Text Font Color

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

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


#cbc830 Background Color

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

This div background color is #cbc830


#cbc830 Border Color

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

This div border color is #cbc830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc830


Comments

No comments written yet.

Please login to write comment.