Color Hex Logo

#7ebdeb Color Hex

#7EBDEB
(126,189,235)
0 Favorites   0 Comments

Color spaces of #7ebdeb

RGB 126189235
HSL0.570.730.71
HSV205°46°92°
CMYK 0.460.200.00   0.08
XYZ41.797246.829085.4332
Yxy46.82900.24010.2690
Hunter Lab68.4317-10.7300-26.1181
CIE-Lab74.0803-8.0529-29.1563

#7ebdeb color RGB value is (126,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 11101011
Octal 176 275 353
Decimal 126 189 235
Hex 7E BD EB

RGB Percentages of Color #7ebdeb

%22.91
%34.36
%42.73

CMYK Percentages of Color #7ebdeb

%46
%20
%0
%8

Triadic Colors of #7ebdeb

#7ebdeb #eb7ebd #bdeb7e

Analogous Colors of #7ebdeb

#7ebdeb #7e87eb #7eebe3

Monochromatic Colors of #7ebdeb

#7ebdeb

Complementary Color

#7ebdeb #ebac7e

#7ebdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebdeb Color CSS Codes

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

#7ebdeb Text Font Color

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

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


#7ebdeb Background Color

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

This div background color is #7ebdeb


#7ebdeb Border Color

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

This div border color is #7ebdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebdeb


Comments

No comments written yet.

Please login to write comment.