Color Hex Logo

#7eb3cb Color Hex

#7EB3CB
(126,179,203)
0 Favorites   0 Comments

Color spaces of #7eb3cb

RGB 126179203
HSL0.550.430.65
HSV199°38°80°
CMYK 0.380.120.00   0.20
XYZ35.503840.987662.5401
Yxy40.98760.25540.2948
Hunter Lab64.0216-13.0488-13.1029
CIE-Lab70.1672-11.3168-17.6863

#7eb3cb color RGB value is (126,179,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110011 11001011
Octal 176 263 313
Decimal 126 179 203
Hex 7E B3 CB

RGB Percentages of Color #7eb3cb

%24.80
%35.24
%39.96

CMYK Percentages of Color #7eb3cb

%38
%12
%0
%20

Triadic Colors of #7eb3cb

#7eb3cb #cb7eb3 #b3cb7e

Analogous Colors of #7eb3cb

#7eb3cb #7e8dcb #7ecbbd

Monochromatic Colors of #7eb3cb

#7eb3cb

Complementary Color

#7eb3cb #cb967e

#7eb3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb3cb Color CSS Codes

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

#7eb3cb Text Font Color

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

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


#7eb3cb Background Color

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

This div background color is #7eb3cb


#7eb3cb Border Color

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

This div border color is #7eb3cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,179,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 #7eb3cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb3cb


Comments

No comments written yet.

Please login to write comment.