Color Hex Logo

#7ebdc9 Color Hex

#7EBDC9
(126,189,201)
0 Favorites   0 Comments

Color spaces of #7ebdc9

RGB 126189201
HSL0.530.410.64
HSV190°37°79°
CMYK 0.370.060.00   0.21
XYZ37.344445.047961.9852
Yxy45.04790.25870.3120
Hunter Lab67.1177-18.1384-7.7736
CIE-Lab72.9234-17.0788-12.4410

#7ebdc9 color RGB value is (126,189,201).

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

The process color (four color CMYK) of #7ebdc9 color hex is 0.37, 0.06, 0.00, 0.21. Web safe color of #7ebdc9 is #66cccc. Color #7ebdc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 11001001
Octal 176 275 311
Decimal 126 189 201
Hex 7E BD C9

RGB Percentages of Color #7ebdc9

%24.42
%36.63
%38.95

CMYK Percentages of Color #7ebdc9

%37
%6
%0
%21

Triadic Colors of #7ebdc9

#7ebdc9 #c97ebd #bdc97e

Analogous Colors of #7ebdc9

#7ebdc9 #7e98c9 #7ec9b0

Monochromatic Colors of #7ebdc9

#7ebdc9

Complementary Color

#7ebdc9 #c98a7e

#7ebdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebdc9 Color CSS Codes

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

#7ebdc9 Text Font Color

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

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


#7ebdc9 Background Color

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

This div background color is #7ebdc9


#7ebdc9 Border Color

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

This div border color is #7ebdc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebdc9


Comments

No comments written yet.

Please login to write comment.