Color Hex Logo

#7ebde9 Color Hex

#7EBDE9
(126,189,233)
0 Favorites   0 Comments

Color spaces of #7ebde9

RGB 126189233
HSL0.570.710.70
HSV205°46°91°
CMYK 0.460.190.00   0.09
XYZ41.509846.714083.9197
Yxy46.71400.24110.2714
Hunter Lab68.3476-11.1994-24.9551
CIE-Lab74.0065-8.6083-28.1877

#7ebde9 color RGB value is (126,189,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 11101001
Octal 176 275 351
Decimal 126 189 233
Hex 7E BD E9

RGB Percentages of Color #7ebde9

%22.99
%34.49
%42.52

CMYK Percentages of Color #7ebde9

%46
%19
%0
%9

Triadic Colors of #7ebde9

#7ebde9 #e97ebd #bde97e

Analogous Colors of #7ebde9

#7ebde9 #7e88e9 #7ee9e0

Monochromatic Colors of #7ebde9

#7ebde9

Complementary Color

#7ebde9 #e9aa7e

#7ebde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebde9 Color CSS Codes

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

#7ebde9 Text Font Color

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

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


#7ebde9 Background Color

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

This div background color is #7ebde9


#7ebde9 Border Color

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

This div border color is #7ebde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebde9


Comments

No comments written yet.

Please login to write comment.