Color Hex Logo

#7ebdcd Color Hex

#7EBDCD
(126,189,205)
0 Favorites   0 Comments

Color spaces of #7ebdcd

RGB 126189205
HSL0.530.440.65
HSV192°39°80°
CMYK 0.390.080.00   0.20
XYZ37.821245.238664.4961
Yxy45.23860.25630.3066
Hunter Lab67.2596-17.3309-9.7722
CIE-Lab73.0487-16.0669-14.4336

#7ebdcd color RGB value is (126,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 11001101
Octal 176 275 315
Decimal 126 189 205
Hex 7E BD CD

RGB Percentages of Color #7ebdcd

%24.23
%36.35
%39.42

CMYK Percentages of Color #7ebdcd

%39
%8
%0
%20

Triadic Colors of #7ebdcd

#7ebdcd #cd7ebd #bdcd7e

Analogous Colors of #7ebdcd

#7ebdcd #7e96cd #7ecdb6

Monochromatic Colors of #7ebdcd

#7ebdcd

Complementary Color

#7ebdcd #cd8e7e

#7ebdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebdcd Color CSS Codes

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

#7ebdcd Text Font Color

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

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


#7ebdcd Background Color

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

This div background color is #7ebdcd


#7ebdcd Border Color

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

This div border color is #7ebdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebdcd


Comments

No comments written yet.

Please login to write comment.