Color Hex Logo

#cbc68a Color Hex

#CBC68A
(203,198,138)
0 Favorites   0 Comments

Color spaces of #cbc68a

RGB 203198138
HSL0.150.380.67
HSV55°32°80°
CMYK 0.000.020.32   0.20
XYZ49.410154.919732.0411
Yxy54.91970.36230.4027
Hunter Lab74.1078-10.676926.2410
CIE-Lab78.9950-7.427530.7556

#cbc68a color RGB value is (203,198,138).

#cbc68a hex color red value is 203, green value is 198 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cbc68a hue: 0.15 , saturation: 0.38 and the lightness value of cbc68a is 0.67.

The process color (four color CMYK) of #cbc68a color hex is 0.00, 0.02, 0.32, 0.20. Web safe color of #cbc68a is #cccc99. Color #cbc68a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 10001010
Octal 313 306 212
Decimal 203 198 138
Hex CB C6 8A

RGB Percentages of Color #cbc68a

%37.66
%36.73
%25.60

CMYK Percentages of Color #cbc68a

%0
%2
%32
%20

Triadic Colors of #cbc68a

#cbc68a #8acbc6 #c68acb

Analogous Colors of #cbc68a

#cbc68a #b0cb8a #cba68a

Monochromatic Colors of #cbc68a

#cbc68a

Complementary Color

#cbc68a #8a8fcb

#cbc68a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc68a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc68a Color CSS Codes

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

#cbc68a Text Font Color

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

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


#cbc68a Background Color

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

This div background color is #cbc68a


#cbc68a Border Color

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

This div border color is #cbc68a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc68a


Comments

No comments written yet.

Please login to write comment.