Color Hex Logo

#c2cbee Color Hex

#C2CBEE
(194,203,238)
0 Favorites   0 Comments

Color spaces of #c2cbee

RGB 194203238
HSL0.630.560.85
HSV228°18°93°
CMYK 0.180.150.00   0.07
XYZ59.036760.354389.4269
Yxy60.35430.28270.2890
Hunter Lab77.6880-0.3083-13.8673
CIE-Lab82.03044.0654-18.2799

#c2cbee color RGB value is (194,203,238).

#c2cbee hex color red value is 194, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c2cbee hue: 0.63 , saturation: 0.56 and the lightness value of c2cbee is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11001011 11101110
Octal 302 313 356
Decimal 194 203 238
Hex C2 CB EE

RGB Percentages of Color #c2cbee

%30.55
%31.97
%37.48

CMYK Percentages of Color #c2cbee

%18
%15
%0
%7

Triadic Colors of #c2cbee

#c2cbee #eec2cb #cbeec2

Analogous Colors of #c2cbee

#c2cbee #cfc2ee #c2e1ee

Monochromatic Colors of #c2cbee

#c2cbee

Complementary Color

#c2cbee #eee5c2

#c2cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2cbee Color CSS Codes

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

#c2cbee Text Font Color

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

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


#c2cbee Background Color

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

This div background color is #c2cbee


#c2cbee Border Color

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

This div border color is #c2cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2cbee


Comments

No comments written yet.

Please login to write comment.