Color Hex Logo

#c7efeb Color Hex

#C7EFEB
(199,239,235)
0 Favorites   0 Comments

Color spaces of #c7efeb

RGB 199239235
HSL0.480.560.86
HSV174°17°94°
CMYK 0.170.000.02   0.06
XYZ69.415179.873390.3558
Yxy79.87330.28970.3333
Hunter Lab89.3719-17.75992.6176
CIE-Lab91.6280-13.6415-2.3786

#c7efeb color RGB value is (199,239,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101111 11101011
Octal 307 357 353
Decimal 199 239 235
Hex C7 EF EB

RGB Percentages of Color #c7efeb

%29.57
%35.51
%34.92

CMYK Percentages of Color #c7efeb

%17
%0
%2
%6

Triadic Colors of #c7efeb

#c7efeb #ebc7ef #efebc7

Analogous Colors of #c7efeb

#c7efeb #c7dfef #c7efd7

Monochromatic Colors of #c7efeb

#c7efeb

Complementary Color

#c7efeb #efc7cb

#c7efeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7efeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7efeb Color CSS Codes

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

#c7efeb Text Font Color

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

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


#c7efeb Background Color

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

This div background color is #c7efeb


#c7efeb Border Color

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

This div border color is #c7efeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7efeb


Comments

No comments written yet.

Please login to write comment.