Color Hex Logo

#c7ebff Color Hex

#C7EBFF
(199,235,255)
0 Favorites   0 Comments

Color spaces of #c7ebff

RGB 199235255
HSL0.561.000.89
HSV201°22°100°
CMYK 0.220.080.00   0.00
XYZ71.311578.7788106.0550
Yxy78.77880.27840.3076
Hunter Lab88.7574-11.9110-8.7146
CIE-Lab91.1341-7.4491-13.5393

#c7ebff color RGB value is (199,235,255).

#c7ebff hex color red value is 199, green value is 235 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c7ebff hue: 0.56 , saturation: 1.00 and the lightness value of c7ebff is 0.89.

The process color (four color CMYK) of #c7ebff color hex is 0.22, 0.08, 0.00, 0.00. Web safe color of #c7ebff is #ccffff. Color #c7ebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101011 11111111
Octal 307 353 377
Decimal 199 235 255
Hex C7 EB FF

RGB Percentages of Color #c7ebff

%28.88
%34.11
%37.01

CMYK Percentages of Color #c7ebff

%22
%8
%0
%0

Triadic Colors of #c7ebff

#c7ebff #ffc7eb #ebffc7

Analogous Colors of #c7ebff

#c7ebff #c7cfff #c7fff7

Monochromatic Colors of #c7ebff

#c7ebff

Complementary Color

#c7ebff #ffdbc7

#c7ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7ebff Color CSS Codes

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

#c7ebff Text Font Color

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

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


#c7ebff Background Color

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

This div background color is #c7ebff


#c7ebff Border Color

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

This div border color is #c7ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7ebff

Related Colors

#c7ebff Color Palettes


Comments

No comments written yet.

Please login to write comment.