Color Hex Logo

#c8efeb Color Hex

#C8EFEB
(200,239,235)
0 Favorites   0 Comments

Color spaces of #c8efeb

RGB 200239235
HSL0.480.550.86
HSV174°16°94°
CMYK 0.160.000.02   0.06
XYZ69.681380.010590.3682
Yxy80.01050.29030.3333
Hunter Lab89.4486-17.48182.7145
CIE-Lab91.6896-13.3321-2.2810

#c8efeb color RGB value is (200,239,235).

#c8efeb hex color red value is 200, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c8efeb hue: 0.48 , saturation: 0.55 and the lightness value of c8efeb is 0.86.

The process color (four color CMYK) of #c8efeb color hex is 0.16, 0.00, 0.02, 0.06. Web safe color of #c8efeb is #ccffff. Color #c8efeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11101111 11101011
Octal 310 357 353
Decimal 200 239 235
Hex C8 EF EB

RGB Percentages of Color #c8efeb

%29.67
%35.46
%34.87

CMYK Percentages of Color #c8efeb

%16
%0
%2
%6

Triadic Colors of #c8efeb

#c8efeb #ebc8ef #efebc8

Analogous Colors of #c8efeb

#c8efeb #c8e0ef #c8efd8

Monochromatic Colors of #c8efeb

#c8efeb

Complementary Color

#c8efeb #efc8cc

#c8efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8efeb Color CSS Codes

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

#c8efeb Text Font Color

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

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


#c8efeb Background Color

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

This div background color is #c8efeb


#c8efeb Border Color

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

This div border color is #c8efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8efeb


Comments

No comments written yet.

Please login to write comment.