Color Hex Logo

#c3eefc Color Hex

#C3EEFC
(195,238,252)
0 Favorites   0 Comments

Color spaces of #c3eefc

RGB 195238252
HSL0.540.900.88
HSV195°23°99°
CMYK 0.230.060.00   0.01
XYZ70.650979.7794103.7707
Yxy79.77940.27790.3138
Hunter Lab89.3193-15.1167-6.3593
CIE-Lab91.5858-10.8032-11.3268

#c3eefc color RGB value is (195,238,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 11101110 11111100
Octal 303 356 374
Decimal 195 238 252
Hex C3 EE FC

RGB Percentages of Color #c3eefc

%28.47
%34.74
%36.79

CMYK Percentages of Color #c3eefc

%23
%6
%0
%1

Triadic Colors of #c3eefc

#c3eefc #fcc3ee #eefcc3

Analogous Colors of #c3eefc

#c3eefc #c3d2fc #c3fcee

Monochromatic Colors of #c3eefc

#c3eefc

Complementary Color

#c3eefc #fcd1c3

#c3eefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3eefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3eefc Color CSS Codes

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

#c3eefc Text Font Color

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

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


#c3eefc Background Color

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

This div background color is #c3eefc


#c3eefc Border Color

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

This div border color is #c3eefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3eefc


Comments

No comments written yet.

Please login to write comment.