Color Hex Logo

#c7efec Color Hex

#C7EFEC
(199,239,236)
0 Favorites   0 Comments

Color spaces of #c7efec

RGB 199239236
HSL0.490.560.86
HSV176°17°94°
CMYK 0.170.000.01   0.06
XYZ69.560079.931291.1190
Yxy79.93120.28910.3322
Hunter Lab89.4043-17.57752.1558
CIE-Lab91.6540-13.4404-2.8614

#c7efec color RGB value is (199,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101111 11101100
Octal 307 357 354
Decimal 199 239 236
Hex C7 EF EC

RGB Percentages of Color #c7efec

%29.53
%35.46
%35.01

CMYK Percentages of Color #c7efec

%17
%0
%1
%6

Triadic Colors of #c7efec

#c7efec #ecc7ef #efecc7

Analogous Colors of #c7efec

#c7efec #c7deef #c7efd8

Monochromatic Colors of #c7efec

#c7efec

Complementary Color

#c7efec #efc7ca

#c7efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7efec Color CSS Codes

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

#c7efec Text Font Color

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

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


#c7efec Background Color

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

This div background color is #c7efec


#c7efec Border Color

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

This div border color is #c7efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7efec


Comments

No comments written yet.

Please login to write comment.