Color Hex Logo

#cbc58f Color Hex

#CBC58F
(203,197,143)
0 Favorites   0 Comments

Color spaces of #cbc58f

RGB 203197143
HSL0.150.370.68
HSV54°30°80°
CMYK 0.000.030.30   0.20
XYZ49.552854.612233.9161
Yxy54.61220.35890.3955
Hunter Lab73.9001-9.634124.5192
CIE-Lab78.8174-6.275227.9035

#cbc58f color RGB value is (203,197,143).

#cbc58f hex color red value is 203, green value is 197 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cbc58f hue: 0.15 , saturation: 0.37 and the lightness value of cbc58f is 0.68.

The process color (four color CMYK) of #cbc58f color hex is 0.00, 0.03, 0.30, 0.20. Web safe color of #cbc58f is #cccc99. Color #cbc58f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 10001111
Octal 313 305 217
Decimal 203 197 143
Hex CB C5 8F

RGB Percentages of Color #cbc58f

%37.38
%36.28
%26.34

CMYK Percentages of Color #cbc58f

%0
%3
%30
%20

Triadic Colors of #cbc58f

#cbc58f #8fcbc5 #c58fcb

Analogous Colors of #cbc58f

#cbc58f #b3cb8f #cba78f

Monochromatic Colors of #cbc58f

#cbc58f

Complementary Color

#cbc58f #8f95cb

#cbc58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc58f Color CSS Codes

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

#cbc58f Text Font Color

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

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


#cbc58f Background Color

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

This div background color is #cbc58f


#cbc58f Border Color

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

This div border color is #cbc58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc58f


Comments

No comments written yet.

Please login to write comment.