Color Hex Logo

#c7ebee Color Hex

#C7EBEE
(199,235,238)
0 Favorites   0 Comments

Color spaces of #c7ebee

RGB 199235238
HSL0.510.530.86
HSV185°16°93°
CMYK 0.160.010.00   0.07
XYZ68.694177.731892.2721
Yxy77.73180.28780.3256
Hunter Lab88.1656-15.2119-0.3356
CIE-Lab90.6574-11.0222-5.3714

#c7ebee color RGB value is (199,235,238).

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

The process color (four color CMYK) of #c7ebee color hex is 0.16, 0.01, 0.00, 0.07. Web safe color of #c7ebee is #ccffff. Color #c7ebee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101011 11101110
Octal 307 353 356
Decimal 199 235 238
Hex C7 EB EE

RGB Percentages of Color #c7ebee

%29.61
%34.97
%35.42

CMYK Percentages of Color #c7ebee

%16
%1
%0
%7

Triadic Colors of #c7ebee

#c7ebee #eec7eb #ebeec7

Analogous Colors of #c7ebee

#c7ebee #c7d8ee #c7eede

Monochromatic Colors of #c7ebee

#c7ebee

Complementary Color

#c7ebee #eecac7

#c7ebee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ebee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ebee Color CSS Codes

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

#c7ebee Text Font Color

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

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


#c7ebee Background Color

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

This div background color is #c7ebee


#c7ebee Border Color

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

This div border color is #c7ebee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ebee

#c7ebee Color Palettes


Comments

No comments written yet.

Please login to write comment.