Color Hex Logo

#c3effc Color Hex

#C3EFFC
(195,239,252)
1 Favorites   0 Comments

Color spaces of #c3effc

RGB 195239252
HSL0.540.900.88
HSV194°23°99°
CMYK 0.230.050.00   0.01
XYZ70.942980.3634103.8681
Yxy80.36340.27800.3149
Hunter Lab89.6456-15.6203-5.9445
CIE-Lab91.8477-11.3089-10.9368

#c3effc color RGB value is (195,239,252).

#c3effc hex color red value is 195, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c3effc hue: 0.54 , saturation: 0.90 and the lightness value of c3effc is 0.88.

The process color (four color CMYK) of #c3effc color hex is 0.23, 0.05, 0.00, 0.01. Web safe color of #c3effc is #ccffff. Color #c3effc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101111 11111100
Octal 303 357 374
Decimal 195 239 252
Hex C3 EF FC

RGB Percentages of Color #c3effc

%28.43
%34.84
%36.73

CMYK Percentages of Color #c3effc

%23
%5
%0
%1

Triadic Colors of #c3effc

#c3effc #fcc3ef #effcc3

Analogous Colors of #c3effc

#c3effc #c3d3fc #c3fced

Monochromatic Colors of #c3effc

#c3effc

Complementary Color

#c3effc #fcd0c3

#c3effc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3effc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3effc Color CSS Codes

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

#c3effc Text Font Color

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

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


#c3effc Background Color

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

This div background color is #c3effc


#c3effc Border Color

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

This div border color is #c3effc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,239,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3effc


Comments

No comments written yet.

Please login to write comment.