Color Hex Logo

#c7cbee Color Hex

#C7CBEE
(199,203,238)
0 Favorites   0 Comments

Color spaces of #c7cbee

RGB 199203238
HSL0.650.530.86
HSV234°16°93°
CMYK 0.160.150.00   0.07
XYZ60.341761.027089.4880
Yxy61.02700.28620.2894
Hunter Lab78.11981.1683-13.2342
CIE-Lab82.39335.6218-17.6969

#c7cbee color RGB value is (199,203,238).

#c7cbee hex color red value is 199, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c7cbee hue: 0.65 , saturation: 0.53 and the lightness value of c7cbee is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001011 11101110
Octal 307 313 356
Decimal 199 203 238
Hex C7 CB EE

RGB Percentages of Color #c7cbee

%31.09
%31.72
%37.19

CMYK Percentages of Color #c7cbee

%16
%15
%0
%7

Triadic Colors of #c7cbee

#c7cbee #eec7cb #cbeec7

Analogous Colors of #c7cbee

#c7cbee #d7c7ee #c7dfee

Monochromatic Colors of #c7cbee

#c7cbee

Complementary Color

#c7cbee #eeeac7

#c7cbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cbee Color CSS Codes

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

#c7cbee Text Font Color

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

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


#c7cbee Background Color

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

This div background color is #c7cbee


#c7cbee Border Color

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

This div border color is #c7cbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cbee


Comments

No comments written yet.

Please login to write comment.