Color Hex Logo

#7ebedd Color Hex

#7EBEDD
(126,190,221)
0 Favorites   0 Comments

Color spaces of #7ebedd

RGB 126190221
HSL0.550.580.68
HSV200°43°87°
CMYK 0.430.140.00   0.13
XYZ40.068846.483075.2669
Yxy46.48300.24760.2873
Hunter Lab68.1784-14.4070-17.7294
CIE-Lab73.8579-12.4092-21.9116

#7ebedd color RGB value is (126,190,221).

#7ebedd hex color red value is 126, green value is 190 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7ebedd hue: 0.55 , saturation: 0.58 and the lightness value of 7ebedd is 0.68.

The process color (four color CMYK) of #7ebedd color hex is 0.43, 0.14, 0.00, 0.13. Web safe color of #7ebedd is #66cccc. Color #7ebedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111110 11011101
Octal 176 276 335
Decimal 126 190 221
Hex 7E BE DD

RGB Percentages of Color #7ebedd

%23.46
%35.38
%41.15

CMYK Percentages of Color #7ebedd

%43
%14
%0
%13

Triadic Colors of #7ebedd

#7ebedd #dd7ebe #bedd7e

Analogous Colors of #7ebedd

#7ebedd #7e8fdd #7eddcd

Monochromatic Colors of #7ebedd

#7ebedd

Complementary Color

#7ebedd #dd9d7e

#7ebedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebedd Color CSS Codes

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

#7ebedd Text Font Color

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

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


#7ebedd Background Color

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

This div background color is #7ebedd


#7ebedd Border Color

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

This div border color is #7ebedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebedd

#7ebedd Color Palettes


Comments

No comments written yet.

Please login to write comment.