Color Hex Logo

#c3bbec Color Hex

#C3BBEC
(195,187,236)
1 Favorites   0 Comments

Color spaces of #c3bbec

RGB 195187236
HSL0.690.560.83
HSV250°21°93°
CMYK 0.170.210.00   0.07
XYZ55.416353.198986.7045
Yxy53.19890.28370.2724
Hunter Lab72.93767.9795-19.4246
CIE-Lab77.992312.5659-23.3219

#c3bbec color RGB value is (195,187,236).

#c3bbec hex color red value is 195, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c3bbec hue: 0.69 , saturation: 0.56 and the lightness value of c3bbec is 0.83.

The process color (four color CMYK) of #c3bbec color hex is 0.17, 0.21, 0.00, 0.07. Web safe color of #c3bbec is #ccccff. Color #c3bbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111011 11101100
Octal 303 273 354
Decimal 195 187 236
Hex C3 BB EC

RGB Percentages of Color #c3bbec

%31.55
%30.26
%38.19

CMYK Percentages of Color #c3bbec

%17
%21
%0
%7

Triadic Colors of #c3bbec

#c3bbec #ecc3bb #bbecc3

Analogous Colors of #c3bbec

#c3bbec #dcbbec #bbccec

Monochromatic Colors of #c3bbec

#c3bbec

Complementary Color

#c3bbec #e4ecbb

#c3bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bbec Color CSS Codes

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

#c3bbec Text Font Color

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

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


#c3bbec Background Color

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

This div background color is #c3bbec


#c3bbec Border Color

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

This div border color is #c3bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bbec

#c3bbec Color Palettes


Comments

No comments written yet.

Please login to write comment.