Color Hex Logo

#c0ecff Color Hex

#C0ECFF
(192,236,255)
0 Favorites   0 Comments

Color spaces of #c0ecff

RGB 192236255
HSL0.551.000.88
HSV198°25°100°
CMYK 0.250.070.00   0.00
XYZ69.783778.4174106.0658
Yxy78.41740.27450.3084
Hunter Lab88.5536-14.3038-9.0276
CIE-Lab90.9700-10.0099-13.8289

#c0ecff color RGB value is (192,236,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101100 11111111
Octal 300 354 377
Decimal 192 236 255
Hex C0 EC FF

RGB Percentages of Color #c0ecff

%28.11
%34.55
%37.34

CMYK Percentages of Color #c0ecff

%25
%7
%0
%0

Triadic Colors of #c0ecff

#c0ecff #ffc0ec #ecffc0

Analogous Colors of #c0ecff

#c0ecff #c0cdff #c0fff3

Monochromatic Colors of #c0ecff

#c0ecff

Complementary Color

#c0ecff #ffd3c0

#c0ecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0ecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0ecff Color CSS Codes

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

#c0ecff Text Font Color

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

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


#c0ecff Background Color

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

This div background color is #c0ecff


#c0ecff Border Color

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

This div border color is #c0ecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0ecff

Related Colors

#c0ecff Color Palettes


Comments

No comments written yet.

Please login to write comment.