Color Hex Logo

#7ebfcd Color Hex

#7EBFCD
(126,191,205)
0 Favorites   0 Comments

Color spaces of #7ebfcd

RGB 126191205
HSL0.530.440.65
HSV191°39°80°
CMYK 0.390.070.00   0.20
XYZ38.254446.105064.6405
Yxy46.10500.25670.3094
Hunter Lab67.9007-18.2615-8.9128
CIE-Lab73.6136-17.1030-13.5849

#7ebfcd color RGB value is (126,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111111 11001101
Octal 176 277 315
Decimal 126 191 205
Hex 7E BF CD

RGB Percentages of Color #7ebfcd

%24.14
%36.59
%39.27

CMYK Percentages of Color #7ebfcd

%39
%7
%0
%20

Triadic Colors of #7ebfcd

#7ebfcd #cd7ebf #bfcd7e

Analogous Colors of #7ebfcd

#7ebfcd #7e98cd #7ecdb4

Monochromatic Colors of #7ebfcd

#7ebfcd

Complementary Color

#7ebfcd #cd8c7e

#7ebfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebfcd Color CSS Codes

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

#7ebfcd Text Font Color

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

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


#7ebfcd Background Color

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

This div background color is #7ebfcd


#7ebfcd Border Color

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

This div border color is #7ebfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebfcd


Comments

No comments written yet.

Please login to write comment.