Color Hex Logo

#c7efda Color Hex

#C7EFDA
(199,239,218)
0 Favorites   0 Comments

Color spaces of #c7efda

RGB 199239218
HSL0.410.560.86
HSV149°17°94°
CMYK 0.170.000.09   0.06
XYZ67.074678.937178.0308
Yxy78.93710.29940.3523
Hunter Lab88.8466-20.723110.1203
CIE-Lab91.2058-16.94055.8600

#c7efda color RGB value is (199,239,218).

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

The process color (four color CMYK) of #c7efda color hex is 0.17, 0.00, 0.09, 0.06. Web safe color of #c7efda is #ccffcc. Color #c7efda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11101111 11011010
Octal 307 357 332
Decimal 199 239 218
Hex C7 EF DA

RGB Percentages of Color #c7efda

%30.34
%36.43
%33.23

CMYK Percentages of Color #c7efda

%17
%0
%9
%6

Triadic Colors of #c7efda

#c7efda #dac7ef #efdac7

Analogous Colors of #c7efda

#c7efda #c7efee #c8efc7

Monochromatic Colors of #c7efda

#c7efda

Complementary Color

#c7efda #efc7dc

#c7efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7efda Color CSS Codes

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

#c7efda Text Font Color

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

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


#c7efda Background Color

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

This div background color is #c7efda


#c7efda Border Color

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

This div border color is #c7efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7efda


Comments

No comments written yet.

Please login to write comment.