Color Hex Logo

#c2ebeb Color Hex

#C2EBEB
(194,235,235)
2 Favorites   0 Comments

Color spaces of #c2ebeb

RGB 194235235
HSL0.500.510.84
HSV180°17°92°
CMYK 0.170.000.00   0.08
XYZ66.951976.884289.9086
Yxy76.88420.28640.3289
Hunter Lab87.6836-17.15050.5841
CIE-Lab90.2683-13.1710-4.4123

#c2ebeb color RGB value is (194,235,235).

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

The process color (four color CMYK) of #c2ebeb color hex is 0.17, 0.00, 0.00, 0.08. Web safe color of #c2ebeb is #ccffff. Color #c2ebeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11101011 11101011
Octal 302 353 353
Decimal 194 235 235
Hex C2 EB EB

RGB Percentages of Color #c2ebeb

%29.22
%35.39
%35.39

CMYK Percentages of Color #c2ebeb

%17
%0
%0
%8

Triadic Colors of #c2ebeb

#c2ebeb #ebc2eb #ebebc2

Analogous Colors of #c2ebeb

#c2ebeb #c2d7eb #c2ebd7

Monochromatic Colors of #c2ebeb

#c2ebeb

Complementary Color

#c2ebeb #ebc2c2

#c2ebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ebeb Color CSS Codes

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

#c2ebeb Text Font Color

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

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


#c2ebeb Background Color

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

This div background color is #c2ebeb


#c2ebeb Border Color

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

This div border color is #c2ebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ebeb


Comments

No comments written yet.

Please login to write comment.