Color Hex Logo

#7eafcb Color Hex

#7EAFCB
(126,175,203)
0 Favorites   0 Comments

Color spaces of #7eafcb

RGB 126175203
HSL0.560.430.65
HSV202°38°80°
CMYK 0.380.140.00   0.20
XYZ34.713639.407462.2767
Yxy39.40740.25450.2889
Hunter Lab62.7753-11.1496-14.8764
CIE-Lab69.0454-9.1727-19.3868

#7eafcb color RGB value is (126,175,203).

#7eafcb hex color red value is 126, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #7eafcb hue: 0.56 , saturation: 0.43 and the lightness value of 7eafcb is 0.65.

The process color (four color CMYK) of #7eafcb color hex is 0.38, 0.14, 0.00, 0.20. Web safe color of #7eafcb is #6699cc. Color #7eafcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 11001011
Octal 176 257 313
Decimal 126 175 203
Hex 7E AF CB

RGB Percentages of Color #7eafcb

%25.00
%34.72
%40.28

CMYK Percentages of Color #7eafcb

%38
%14
%0
%20

Triadic Colors of #7eafcb

#7eafcb #cb7eaf #afcb7e

Analogous Colors of #7eafcb

#7eafcb #7e89cb #7ecbc1

Monochromatic Colors of #7eafcb

#7eafcb

Complementary Color

#7eafcb #cb9a7e

#7eafcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eafcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eafcb Color CSS Codes

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

#7eafcb Text Font Color

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

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


#7eafcb Background Color

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

This div background color is #7eafcb


#7eafcb Border Color

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

This div border color is #7eafcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eafcb


Comments

No comments written yet.

Please login to write comment.