Color Hex Logo

#c0eceb Color Hex

#C0ECEB
(192,236,235)
0 Favorites   0 Comments

Color spaces of #c0eceb

RGB 192236235
HSL0.500.540.84
HSV179°19°93°
CMYK 0.190.000.00   0.07
XYZ66.729177.195589.9805
Yxy77.19550.28530.3300
Hunter Lab87.8610-18.18860.7824
CIE-Lab90.4115-14.2824-4.2154

#c0eceb color RGB value is (192,236,235).

#c0eceb hex color red value is 192, green value is 236 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c0eceb hue: 0.50 , saturation: 0.54 and the lightness value of c0eceb is 0.84.

The process color (four color CMYK) of #c0eceb color hex is 0.19, 0.00, 0.00, 0.07. Web safe color of #c0eceb is #ccffff. Color #c0eceb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11101100 11101011
Octal 300 354 353
Decimal 192 236 235
Hex C0 EC EB

RGB Percentages of Color #c0eceb

%28.96
%35.60
%35.44

CMYK Percentages of Color #c0eceb

%19
%0
%0
%7

Triadic Colors of #c0eceb

#c0eceb #ebc0ec #ecebc0

Analogous Colors of #c0eceb

#c0eceb #c0d7ec #c0ecd5

Monochromatic Colors of #c0eceb

#c0eceb

Complementary Color

#c0eceb #ecc0c1

#c0eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0eceb Color CSS Codes

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

#c0eceb Text Font Color

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

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


#c0eceb Background Color

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

This div background color is #c0eceb


#c0eceb Border Color

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

This div border color is #c0eceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,236,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0eceb


Comments

No comments written yet.

Please login to write comment.