Color Hex Logo

#c5bbe9 Color Hex

#C5BBE9
(197,187,233)
0 Favorites   0 Comments

Color spaces of #c5bbe9

RGB 197187233
HSL0.700.510.82
HSV253°20°91°
CMYK 0.150.200.00   0.09
XYZ55.504353.294284.4522
Yxy53.29420.28720.2758
Hunter Lab73.00297.9590-17.4867
CIE-Lab78.048412.5451-21.6059

#c5bbe9 color RGB value is (197,187,233).

#c5bbe9 hex color red value is 197, green value is 187 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #c5bbe9 hue: 0.70 , saturation: 0.51 and the lightness value of c5bbe9 is 0.82.

The process color (four color CMYK) of #c5bbe9 color hex is 0.15, 0.20, 0.00, 0.09. Web safe color of #c5bbe9 is #ccccff. Color #c5bbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111011 11101001
Octal 305 273 351
Decimal 197 187 233
Hex C5 BB E9

RGB Percentages of Color #c5bbe9

%31.93
%30.31
%37.76

CMYK Percentages of Color #c5bbe9

%15
%20
%0
%9

Triadic Colors of #c5bbe9

#c5bbe9 #e9c5bb #bbe9c5

Analogous Colors of #c5bbe9

#c5bbe9 #dcbbe9 #bbc8e9

Monochromatic Colors of #c5bbe9

#c5bbe9

Complementary Color

#c5bbe9 #dfe9bb

#c5bbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bbe9 Color CSS Codes

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

#c5bbe9 Text Font Color

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

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


#c5bbe9 Background Color

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

This div background color is #c5bbe9


#c5bbe9 Border Color

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

This div border color is #c5bbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bbe9


Comments

No comments written yet.

Please login to write comment.