Color Hex Logo

#c3eaff Color Hex

#C3EAFF
(195,234,255)
0 Favorites   0 Comments

Color spaces of #c3eaff

RGB 195234255
HSL0.561.000.88
HSV201°24°100°
CMYK 0.240.080.00   0.00
XYZ69.978577.6677105.9109
Yxy77.66770.27600.3063
Hunter Lab88.1293-12.4894-9.5623
CIE-Lab90.6281-8.1165-14.3220

#c3eaff color RGB value is (195,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101010 11111111
Octal 303 352 377
Decimal 195 234 255
Hex C3 EA FF

RGB Percentages of Color #c3eaff

%28.51
%34.21
%37.28

CMYK Percentages of Color #c3eaff

%24
%8
%0
%0

Triadic Colors of #c3eaff

#c3eaff #ffc3ea #eaffc3

Analogous Colors of #c3eaff

#c3eaff #c3ccff #c3fff6

Monochromatic Colors of #c3eaff

#c3eaff

Complementary Color

#c3eaff #ffd8c3

#c3eaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3eaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3eaff Color CSS Codes

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

#c3eaff Text Font Color

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

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


#c3eaff Background Color

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

This div background color is #c3eaff


#c3eaff Border Color

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

This div border color is #c3eaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3eaff

#c3eaff Color Palettes


Comments

No comments written yet.

Please login to write comment.