Color Hex Logo

#cbc83f Color Hex

#CBC83F
(203,200,63)
0 Favorites   0 Comments

Color spaces of #cbc83f

RGB 20320063
HSL0.160.570.52
HSV59°69°80°
CMYK 0.000.010.69   0.20
XYZ46.180154.363912.7620
Yxy54.36390.40760.4798
Hunter Lab73.7319-17.231841.3500
CIE-Lab78.6734-15.000165.3526

#cbc83f color RGB value is (203,200,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001000 00111111
Octal 313 310 77
Decimal 203 200 63
Hex CB C8 3F

RGB Percentages of Color #cbc83f

%43.56
%42.92
%13.52

CMYK Percentages of Color #cbc83f

%0
%1
%69
%20

Triadic Colors of #cbc83f

#cbc83f #3fcbc8 #c83fcb

Analogous Colors of #cbc83f

#cbc83f #88cb3f #cb823f

Monochromatic Colors of #cbc83f

#cbc83f

Complementary Color

#cbc83f #3f42cb

#cbc83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc83f Color CSS Codes

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

#cbc83f Text Font Color

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

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


#cbc83f Background Color

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

This div background color is #cbc83f


#cbc83f Border Color

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

This div border color is #cbc83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc83f


Comments

No comments written yet.

Please login to write comment.