Color Hex Logo

#7eb7ca Color Hex

#7EB7CA
(126,183,202)
0 Favorites   0 Comments

Color spaces of #7eb7ca

RGB 126183202
HSL0.540.420.64
HSV195°38°79°
CMYK 0.380.090.00   0.21
XYZ36.198342.566962.1855
Yxy42.56690.25680.3020
Hunter Lab65.2433-15.1404-10.8409
CIE-Lab71.2600-13.6943-15.4873

#7eb7ca color RGB value is (126,183,202).

#7eb7ca hex color red value is 126, green value is 183 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #7eb7ca hue: 0.54 , saturation: 0.42 and the lightness value of 7eb7ca is 0.64.

The process color (four color CMYK) of #7eb7ca color hex is 0.38, 0.09, 0.00, 0.21. Web safe color of #7eb7ca is #66cccc. Color #7eb7ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110111 11001010
Octal 176 267 312
Decimal 126 183 202
Hex 7E B7 CA

RGB Percentages of Color #7eb7ca

%24.66
%35.81
%39.53

CMYK Percentages of Color #7eb7ca

%38
%9
%0
%21

Triadic Colors of #7eb7ca

#7eb7ca #ca7eb7 #b7ca7e

Analogous Colors of #7eb7ca

#7eb7ca #7e91ca #7ecab7

Monochromatic Colors of #7eb7ca

#7eb7ca

Complementary Color

#7eb7ca #ca917e

#7eb7ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb7ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb7ca Color CSS Codes

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

#7eb7ca Text Font Color

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

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


#7eb7ca Background Color

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

This div background color is #7eb7ca


#7eb7ca Border Color

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

This div border color is #7eb7ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb7ca


Comments

No comments written yet.

Please login to write comment.