Color Hex Logo

#cbc65f Color Hex

#CBC65F
(203,198,95)
0 Favorites   0 Comments

Color spaces of #cbc65f

RGB 20319895
HSL0.160.510.58
HSV57°53°80°
CMYK 0.000.020.53   0.20
XYZ46.888253.910918.7610
Yxy53.91090.39220.4509
Hunter Lab73.4240-14.502936.2473
CIE-Lab78.4098-11.864651.4839

#cbc65f color RGB value is (203,198,95).

#cbc65f hex color red value is 203, green value is 198 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cbc65f hue: 0.16 , saturation: 0.51 and the lightness value of cbc65f is 0.58.

The process color (four color CMYK) of #cbc65f color hex is 0.00, 0.02, 0.53, 0.20. Web safe color of #cbc65f is #cccc66. Color #cbc65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 01011111
Octal 313 306 137
Decimal 203 198 95
Hex CB C6 5F

RGB Percentages of Color #cbc65f

%40.93
%39.92
%19.15

CMYK Percentages of Color #cbc65f

%0
%2
%53
%20

Triadic Colors of #cbc65f

#cbc65f #5fcbc6 #c65fcb

Analogous Colors of #cbc65f

#cbc65f #9acb5f #cb905f

Monochromatic Colors of #cbc65f

#cbc65f

Complementary Color

#cbc65f #5f64cb

#cbc65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc65f Color CSS Codes

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

#cbc65f Text Font Color

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

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


#cbc65f Background Color

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

This div background color is #cbc65f


#cbc65f Border Color

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

This div border color is #cbc65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc65f


Comments

No comments written yet.

Please login to write comment.