Color Hex Logo

#7ebdcf Color Hex

#7EBDCF
(126,189,207)
0 Favorites   0 Comments

Color spaces of #7ebdcf

RGB 126189207
HSL0.540.460.65
HSV193°39°81°
CMYK 0.390.090.00   0.19
XYZ38.064345.335865.7760
Yxy45.33580.25520.3039
Hunter Lab67.3319-16.9205-10.7877
CIE-Lab73.1125-15.5554-15.4275

#7ebdcf color RGB value is (126,189,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 11001111
Octal 176 275 317
Decimal 126 189 207
Hex 7E BD CF

RGB Percentages of Color #7ebdcf

%24.14
%36.21
%39.66

CMYK Percentages of Color #7ebdcf

%39
%9
%0
%19

Triadic Colors of #7ebdcf

#7ebdcf #cf7ebd #bdcf7e

Analogous Colors of #7ebdcf

#7ebdcf #7e95cf #7ecfb9

Monochromatic Colors of #7ebdcf

#7ebdcf

Complementary Color

#7ebdcf #cf907e

#7ebdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebdcf Color CSS Codes

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

#7ebdcf Text Font Color

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

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


#7ebdcf Background Color

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

This div background color is #7ebdcf


#7ebdcf Border Color

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

This div border color is #7ebdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebdcf


Comments

No comments written yet.

Please login to write comment.