Color Hex Logo

#c0effc Color Hex

#C0EFFC
(192,239,252)
0 Favorites   0 Comments

Color spaces of #c0effc

RGB 192239252
HSL0.540.910.87
HSV193°24°99°
CMYK 0.240.050.00   0.01
XYZ70.175479.9677103.8321
Yxy79.96770.27630.3149
Hunter Lab89.4247-16.4165-6.2451
CIE-Lab91.6704-12.1862-11.2198

#c0effc color RGB value is (192,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101111 11111100
Octal 300 357 374
Decimal 192 239 252
Hex C0 EF FC

RGB Percentages of Color #c0effc

%28.11
%34.99
%36.90

CMYK Percentages of Color #c0effc

%24
%5
%0
%1

Triadic Colors of #c0effc

#c0effc #fcc0ef #effcc0

Analogous Colors of #c0effc

#c0effc #c0d1fc #c0fceb

Monochromatic Colors of #c0effc

#c0effc

Complementary Color

#c0effc #fccdc0

#c0effc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0effc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0effc Color CSS Codes

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

#c0effc Text Font Color

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

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


#c0effc Background Color

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

This div background color is #c0effc


#c0effc Border Color

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

This div border color is #c0effc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0effc


Comments

No comments written yet.

Please login to write comment.