Color Hex Logo

#c7cbef Color Hex

#C7CBEF
(199,203,239)
0 Favorites   0 Comments

Color spaces of #c7cbef

RGB 199203239
HSL0.650.560.86
HSV234°17°94°
CMYK 0.170.150.00   0.06
XYZ60.489161.086090.2640
Yxy61.08600.28550.2884
Hunter Lab78.15751.3723-13.7636
CIE-Lab82.42505.8348-18.1822

#c7cbef color RGB value is (199,203,239).

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

The process color (four color CMYK) of #c7cbef color hex is 0.17, 0.15, 0.00, 0.06. Web safe color of #c7cbef is #ccccff. Color #c7cbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11001011 11101111
Octal 307 313 357
Decimal 199 203 239
Hex C7 CB EF

RGB Percentages of Color #c7cbef

%31.05
%31.67
%37.29

CMYK Percentages of Color #c7cbef

%17
%15
%0
%6

Triadic Colors of #c7cbef

#c7cbef #efc7cb #cbefc7

Analogous Colors of #c7cbef

#c7cbef #d7c7ef #c7dfef

Monochromatic Colors of #c7cbef

#c7cbef

Complementary Color

#c7cbef #efebc7

#c7cbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7cbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7cbef Color CSS Codes

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

#c7cbef Text Font Color

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

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


#c7cbef Background Color

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

This div background color is #c7cbef


#c7cbef Border Color

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

This div border color is #c7cbef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,203,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7cbef


Comments

No comments written yet.

Please login to write comment.