Color Hex Logo

#7ecfd8 Color Hex

#7ECFD8
(126,207,216)
0 Favorites   0 Comments

Color spaces of #7ecfd8

RGB 126207216
HSL0.520.540.67
HSV186°42°85°
CMYK 0.420.040.00   0.15
XYZ43.311754.019173.1097
Yxy54.01910.25410.3169
Hunter Lab73.4977-23.4321-7.5286
CIE-Lab78.4729-22.4486-12.2489

#7ecfd8 color RGB value is (126,207,216).

#7ecfd8 hex color red value is 126, green value is 207 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #7ecfd8 hue: 0.52 , saturation: 0.54 and the lightness value of 7ecfd8 is 0.67.

The process color (four color CMYK) of #7ecfd8 color hex is 0.42, 0.04, 0.00, 0.15. Web safe color of #7ecfd8 is #66cccc. Color #7ecfd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001111 11011000
Octal 176 317 330
Decimal 126 207 216
Hex 7E CF D8

RGB Percentages of Color #7ecfd8

%22.95
%37.70
%39.34

CMYK Percentages of Color #7ecfd8

%42
%4
%0
%15

Triadic Colors of #7ecfd8

#7ecfd8 #d87ecf #cfd87e

Analogous Colors of #7ecfd8

#7ecfd8 #7ea2d8 #7ed8b4

Monochromatic Colors of #7ecfd8

#7ecfd8

Complementary Color

#7ecfd8 #d8877e

#7ecfd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecfd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecfd8 Color CSS Codes

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

#7ecfd8 Text Font Color

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

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


#7ecfd8 Background Color

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

This div background color is #7ecfd8


#7ecfd8 Border Color

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

This div border color is #7ecfd8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,207,216, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ecfd8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ecfd8;
  -webkit-box-shadow: 1px 1px 3px 2px #7ecfd8;
  box-shadow:         1px 1px 3px 2px #7ecfd8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,207,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecfd8


Comments

No comments written yet.

Please login to write comment.