Color Hex Logo

#c2bcee Color Hex

#C2BCEE
(194,188,238)
0 Favorites   0 Comments

Color spaces of #c2bcee

RGB 194188238
HSL0.690.600.84
HSV247°21°93°
CMYK 0.180.210.00   0.07
XYZ55.664053.608888.3026
Yxy53.60880.28170.2713
Hunter Lab73.21807.5731-20.2525
CIE-Lab78.233112.1494-24.0388

#c2bcee color RGB value is (194,188,238).

#c2bcee hex color red value is 194, green value is 188 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c2bcee hue: 0.69 , saturation: 0.60 and the lightness value of c2bcee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111100 11101110
Octal 302 274 356
Decimal 194 188 238
Hex C2 BC EE

RGB Percentages of Color #c2bcee

%31.29
%30.32
%38.39

CMYK Percentages of Color #c2bcee

%18
%21
%0
%7

Triadic Colors of #c2bcee

#c2bcee #eec2bc #bceec2

Analogous Colors of #c2bcee

#c2bcee #dbbcee #bccfee

Monochromatic Colors of #c2bcee

#c2bcee

Complementary Color

#c2bcee #e8eebc

#c2bcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bcee Color CSS Codes

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

#c2bcee Text Font Color

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

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


#c2bcee Background Color

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

This div background color is #c2bcee


#c2bcee Border Color

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

This div border color is #c2bcee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,188,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 #c2bcee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bcee


Comments

No comments written yet.

Please login to write comment.