Color Hex Logo

#7ebdce Color Hex

#7EBDCE
(126,189,206)
0 Favorites   0 Comments

Color spaces of #7ebdce

RGB 126189206
HSL0.540.450.65
HSV193°39°81°
CMYK 0.390.080.00   0.19
XYZ37.942445.287065.1340
Yxy45.28700.25570.3052
Hunter Lab67.2956-17.1260-10.2786
CIE-Lab73.0805-15.8113-14.9308

#7ebdce color RGB value is (126,189,206).

#7ebdce hex color red value is 126, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7ebdce hue: 0.54 , saturation: 0.45 and the lightness value of 7ebdce is 0.65.

The process color (four color CMYK) of #7ebdce color hex is 0.39, 0.08, 0.00, 0.19. Web safe color of #7ebdce is #66cccc. Color #7ebdce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 11001110
Octal 176 275 316
Decimal 126 189 206
Hex 7E BD CE

RGB Percentages of Color #7ebdce

%24.18
%36.28
%39.54

CMYK Percentages of Color #7ebdce

%39
%8
%0
%19

Triadic Colors of #7ebdce

#7ebdce #ce7ebd #bdce7e

Analogous Colors of #7ebdce

#7ebdce #7e95ce #7eceb7

Monochromatic Colors of #7ebdce

#7ebdce

Complementary Color

#7ebdce #ce8f7e

#7ebdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebdce Color CSS Codes

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

#7ebdce Text Font Color

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

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


#7ebdce Background Color

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

This div background color is #7ebdce


#7ebdce Border Color

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

This div border color is #7ebdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebdce


Comments

No comments written yet.

Please login to write comment.