Color Hex Logo

#c2eceb Color Hex

#C2ECEB
(194,236,235)
2 Favorites   0 Comments

Color spaces of #c2eceb

RGB 194236235
HSL0.500.530.84
HSV179°18°93°
CMYK 0.180.000.00   0.07
XYZ67.239077.458490.0044
Yxy77.45840.28650.3300
Hunter Lab88.0105-17.64630.9741
CIE-Lab90.5322-13.6734-4.0239

#c2eceb color RGB value is (194,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101100 11101011
Octal 302 354 353
Decimal 194 236 235
Hex C2 EC EB

RGB Percentages of Color #c2eceb

%29.17
%35.49
%35.34

CMYK Percentages of Color #c2eceb

%18
%0
%0
%7

Triadic Colors of #c2eceb

#c2eceb #ebc2ec #ecebc2

Analogous Colors of #c2eceb

#c2eceb #c2d8ec #c2ecd6

Monochromatic Colors of #c2eceb

#c2eceb

Complementary Color

#c2eceb #ecc2c3

#c2eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2eceb Color CSS Codes

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

#c2eceb Text Font Color

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

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


#c2eceb Background Color

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

This div background color is #c2eceb


#c2eceb Border Color

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

This div border color is #c2eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2eceb


Comments

No comments written yet.

Please login to write comment.