Color Hex Logo

#c69bae Color Hex

#C69BAE
(198,155,174)
0 Favorites   0 Comments

Color spaces of #c69bae

RGB 198155174
HSL0.930.270.69
HSV333°22°78°
CMYK 0.000.220.12   0.22
XYZ42.650038.504445.2286
Yxy38.50440.33750.3047
Hunter Lab62.051914.09710.2209
CIE-Lab68.390719.0394-3.7258

#c69bae color RGB value is (198,155,174).

#c69bae hex color red value is 198, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c69bae hue: 0.93 , saturation: 0.27 and the lightness value of c69bae is 0.69.

The process color (four color CMYK) of #c69bae color hex is 0.00, 0.22, 0.12, 0.22. Web safe color of #c69bae is #cc9999. Color #c69bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011011 10101110
Octal 306 233 256
Decimal 198 155 174
Hex C6 9B AE

RGB Percentages of Color #c69bae

%37.57
%29.41
%33.02

CMYK Percentages of Color #c69bae

%0
%22
%12
%22

Triadic Colors of #c69bae

#c69bae #aec69b #9baec6

Analogous Colors of #c69bae

#c69bae #c69e9b #c69bc4

Monochromatic Colors of #c69bae

#c69bae

Complementary Color

#c69bae #9bc6b3

#c69bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c69bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c69bae Color CSS Codes

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

#c69bae Text Font Color

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

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


#c69bae Background Color

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

This div background color is #c69bae


#c69bae Border Color

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

This div border color is #c69bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c69bae


Comments

No comments written yet.

Please login to write comment.