Color Hex Logo

#c3bdeb Color Hex

#C3BDEB
(195,189,235)
0 Favorites   0 Comments

Color spaces of #c3bdeb

RGB 195189235
HSL0.690.530.83
HSV248°20°92°
CMYK 0.170.200.00   0.08
XYZ55.698753.995586.0838
Yxy53.99550.28450.2758
Hunter Lab73.48166.7092-18.0212
CIE-Lab78.459111.2620-22.0736

#c3bdeb color RGB value is (195,189,235).

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

The process color (four color CMYK) of #c3bdeb color hex is 0.17, 0.20, 0.00, 0.08. Web safe color of #c3bdeb is #ccccff. Color #c3bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111101 11101011
Octal 303 275 353
Decimal 195 189 235
Hex C3 BD EB

RGB Percentages of Color #c3bdeb

%31.50
%30.53
%37.96

CMYK Percentages of Color #c3bdeb

%17
%20
%0
%8

Triadic Colors of #c3bdeb

#c3bdeb #ebc3bd #bdebc3

Analogous Colors of #c3bdeb

#c3bdeb #dabdeb #bdceeb

Monochromatic Colors of #c3bdeb

#c3bdeb

Complementary Color

#c3bdeb #e5ebbd

#c3bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bdeb Color CSS Codes

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

#c3bdeb Text Font Color

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

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


#c3bdeb Background Color

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

This div background color is #c3bdeb


#c3bdeb Border Color

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

This div border color is #c3bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bdeb


Comments

No comments written yet.

Please login to write comment.