Color Hex Logo

#c2effc Color Hex

#C2EFFC
(194,239,252)
0 Favorites   0 Comments

Color spaces of #c2effc

RGB 194239252
HSL0.540.910.87
HSV193°23°99°
CMYK 0.230.050.00   0.01
XYZ70.685380.2306103.8560
Yxy80.23060.27740.3149
Hunter Lab89.5715-15.8871-6.0452
CIE-Lab91.7882-11.6023-11.0317

#c2effc color RGB value is (194,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101111 11111100
Octal 302 357 374
Decimal 194 239 252
Hex C2 EF FC

RGB Percentages of Color #c2effc

%28.32
%34.89
%36.79

CMYK Percentages of Color #c2effc

%23
%5
%0
%1

Triadic Colors of #c2effc

#c2effc #fcc2ef #effcc2

Analogous Colors of #c2effc

#c2effc #c2d2fc #c2fcec

Monochromatic Colors of #c2effc

#c2effc

Complementary Color

#c2effc #fccfc2

#c2effc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2effc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2effc Color CSS Codes

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

#c2effc Text Font Color

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

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


#c2effc Background Color

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

This div background color is #c2effc


#c2effc Border Color

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

This div border color is #c2effc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2effc


Comments

No comments written yet.

Please login to write comment.