Color Hex Logo

#7ebccd Color Hex

#7EBCCD
(126,188,205)
0 Favorites   0 Comments

Color spaces of #7ebccd

RGB 126188205
HSL0.540.440.65
HSV193°39°80°
CMYK 0.390.080.00   0.20
XYZ37.606844.809864.4247
Yxy44.80980.25610.3052
Hunter Lab66.9401-16.8643-10.2040
CIE-Lab72.7665-15.5466-14.8582

#7ebccd color RGB value is (126,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 11001101
Octal 176 274 315
Decimal 126 188 205
Hex 7E BC CD

RGB Percentages of Color #7ebccd

%24.28
%36.22
%39.50

CMYK Percentages of Color #7ebccd

%39
%8
%0
%20

Triadic Colors of #7ebccd

#7ebccd #cd7ebc #bccd7e

Analogous Colors of #7ebccd

#7ebccd #7e95cd #7ecdb7

Monochromatic Colors of #7ebccd

#7ebccd

Complementary Color

#7ebccd #cd8f7e

#7ebccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebccd Color CSS Codes

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

#7ebccd Text Font Color

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

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


#7ebccd Background Color

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

This div background color is #7ebccd


#7ebccd Border Color

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

This div border color is #7ebccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebccd


Comments

No comments written yet.

Please login to write comment.