Color Hex Logo

#7ebceb Color Hex

#7EBCEB
(126,188,235)
0 Favorites   0 Comments

Color spaces of #7ebceb

RGB 126188235
HSL0.570.730.71
HSV206°46°92°
CMYK 0.460.200.00   0.08
XYZ41.582846.400285.3618
Yxy46.40020.23990.2677
Hunter Lab68.1177-10.2397-26.6170
CIE-Lab73.8045-7.5154-29.5804

#7ebceb color RGB value is (126,188,235).

#7ebceb hex color red value is 126, green value is 188 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #7ebceb hue: 0.57 , saturation: 0.73 and the lightness value of 7ebceb is 0.71.

The process color (four color CMYK) of #7ebceb color hex is 0.46, 0.20, 0.00, 0.08. Web safe color of #7ebceb is #66ccff. Color #7ebceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 11101011
Octal 176 274 353
Decimal 126 188 235
Hex 7E BC EB

RGB Percentages of Color #7ebceb

%22.95
%34.24
%42.81

CMYK Percentages of Color #7ebceb

%46
%20
%0
%8

Triadic Colors of #7ebceb

#7ebceb #eb7ebc #bceb7e

Analogous Colors of #7ebceb

#7ebceb #7e86eb #7eebe4

Monochromatic Colors of #7ebceb

#7ebceb

Complementary Color

#7ebceb #ebad7e

#7ebceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebceb Color CSS Codes

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

#7ebceb Text Font Color

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

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


#7ebceb Background Color

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

This div background color is #7ebceb


#7ebceb Border Color

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

This div border color is #7ebceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebceb


Comments

No comments written yet.

Please login to write comment.