Color Hex Logo

#c3ebff Color Hex

#C3EBFF
(195,235,255)
0 Favorites   0 Comments

Color spaces of #c3ebff

RGB 195235255
HSL0.561.000.88
HSV200°24°100°
CMYK 0.240.080.00   0.00
XYZ70.264078.2388106.0060
Yxy78.23880.27610.3074
Hunter Lab88.4527-12.9975-9.1391
CIE-Lab90.8888-8.6271-13.9318

#c3ebff color RGB value is (195,235,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101011 11111111
Octal 303 353 377
Decimal 195 235 255
Hex C3 EB FF

RGB Percentages of Color #c3ebff

%28.47
%34.31
%37.23

CMYK Percentages of Color #c3ebff

%24
%8
%0
%0

Triadic Colors of #c3ebff

#c3ebff #ffc3eb #ebffc3

Analogous Colors of #c3ebff

#c3ebff #c3cdff #c3fff5

Monochromatic Colors of #c3ebff

#c3ebff

Complementary Color

#c3ebff #ffd7c3

#c3ebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ebff Color CSS Codes

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

#c3ebff Text Font Color

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

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


#c3ebff Background Color

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

This div background color is #c3ebff


#c3ebff Border Color

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

This div border color is #c3ebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ebff

Related Colors

#c3ebff Color Palettes


Comments

No comments written yet.

Please login to write comment.