Color Hex Logo

#7ebdcb Color Hex

#7EBDCB
(126,189,203)
0 Favorites   0 Comments

Color spaces of #7ebdcb

RGB 126189203
HSL0.530.430.65
HSV191°38°80°
CMYK 0.380.070.00   0.20
XYZ37.581345.142663.2326
Yxy45.14260.25750.3093
Hunter Lab67.1882-17.7366-8.7676
CIE-Lab72.9857-16.5744-13.4382

#7ebdcb color RGB value is (126,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 11001011
Octal 176 275 313
Decimal 126 189 203
Hex 7E BD CB

RGB Percentages of Color #7ebdcb

%24.32
%36.49
%39.19

CMYK Percentages of Color #7ebdcb

%38
%7
%0
%20

Triadic Colors of #7ebdcb

#7ebdcb #cb7ebd #bdcb7e

Analogous Colors of #7ebdcb

#7ebdcb #7e97cb #7ecbb3

Monochromatic Colors of #7ebdcb

#7ebdcb

Complementary Color

#7ebdcb #cb8c7e

#7ebdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebdcb Color CSS Codes

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

#7ebdcb Text Font Color

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

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


#7ebdcb Background Color

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

This div background color is #7ebdcb


#7ebdcb Border Color

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

This div border color is #7ebdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebdcb


Comments

No comments written yet.

Please login to write comment.