Color Hex Logo

#c3edff Color Hex

#C3EDFF
(195,237,255)
0 Favorites   0 Comments

Color spaces of #c3edff

RGB 195237255
HSL0.551.000.88
HSV198°24°100°
CMYK 0.240.070.00   0.00
XYZ70.839979.3905106.1980
Yxy79.39050.27630.3096
Hunter Lab89.1013-14.0112-8.2955
CIE-Lab91.4107-9.6450-13.1515

#c3edff color RGB value is (195,237,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101101 11111111
Octal 303 355 377
Decimal 195 237 255
Hex C3 ED FF

RGB Percentages of Color #c3edff

%28.38
%34.50
%37.12

CMYK Percentages of Color #c3edff

%24
%7
%0
%0

Triadic Colors of #c3edff

#c3edff #ffc3ed #edffc3

Analogous Colors of #c3edff

#c3edff #c3cfff #c3fff3

Monochromatic Colors of #c3edff

#c3edff

Complementary Color

#c3edff #ffd5c3

#c3edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3edff Color CSS Codes

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

#c3edff Text Font Color

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

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


#c3edff Background Color

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

This div background color is #c3edff


#c3edff Border Color

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

This div border color is #c3edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3edff


Comments

No comments written yet.

Please login to write comment.