Color Hex Logo

#cbc698 Color Hex

#CBC698
(203,198,152)
0 Favorites   0 Comments

Color spaces of #cbc698

RGB 203198152
HSL0.150.330.70
HSV54°25°80°
CMYK 0.000.020.25   0.20
XYZ50.490255.351737.7286
Yxy55.35170.35170.3855
Hunter Lab74.3987-9.059922.0123
CIE-Lab79.2434-5.589923.7374

#cbc698 color RGB value is (203,198,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000110 10011000
Octal 313 306 230
Decimal 203 198 152
Hex CB C6 98

RGB Percentages of Color #cbc698

%36.71
%35.80
%27.49

CMYK Percentages of Color #cbc698

%0
%2
%25
%20

Triadic Colors of #cbc698

#cbc698 #98cbc6 #c698cb

Analogous Colors of #cbc698

#cbc698 #b7cb98 #cbad98

Monochromatic Colors of #cbc698

#cbc698

Complementary Color

#cbc698 #989dcb

#cbc698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc698 Color CSS Codes

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

#cbc698 Text Font Color

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

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


#cbc698 Background Color

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

This div background color is #cbc698


#cbc698 Border Color

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

This div border color is #cbc698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc698


Comments

No comments written yet.

Please login to write comment.