Color Hex Logo

#c1bdee Color Hex

#C1BDEE
(193,189,238)
0 Favorites   0 Comments

Color spaces of #c1bdee

RGB 193189238
HSL0.680.590.84
HSV245°21°93°
CMYK 0.190.210.00   0.07
XYZ55.622553.905788.3621
Yxy53.90570.28110.2724
Hunter Lab73.42056.7436-19.9616
CIE-Lab78.406711.2970-23.7813

#c1bdee color RGB value is (193,189,238).

#c1bdee hex color red value is 193, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c1bdee hue: 0.68 , saturation: 0.59 and the lightness value of c1bdee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10111101 11101110
Octal 301 275 356
Decimal 193 189 238
Hex C1 BD EE

RGB Percentages of Color #c1bdee

%31.13
%30.48
%38.39

CMYK Percentages of Color #c1bdee

%19
%21
%0
%7

Triadic Colors of #c1bdee

#c1bdee #eec1bd #bdeec1

Analogous Colors of #c1bdee

#c1bdee #dabdee #bdd2ee

Monochromatic Colors of #c1bdee

#c1bdee

Complementary Color

#c1bdee #eaeebd

#c1bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1bdee Color CSS Codes

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

#c1bdee Text Font Color

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

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


#c1bdee Background Color

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

This div background color is #c1bdee


#c1bdee Border Color

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

This div border color is #c1bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1bdee


Comments

No comments written yet.

Please login to write comment.