Color Hex Logo

#7ebfcb Color Hex

#7EBFCB
(126,191,203)
0 Favorites   0 Comments

Color spaces of #7ebfcb

RGB 126191203
HSL0.530.430.65
HSV189°38°80°
CMYK 0.380.060.00   0.20
XYZ38.014546.009063.3770
Yxy46.00900.25790.3121
Hunter Lab67.8299-18.6641-7.9167
CIE-Lab73.5514-17.6080-12.5898

#7ebfcb color RGB value is (126,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111111 11001011
Octal 176 277 313
Decimal 126 191 203
Hex 7E BF CB

RGB Percentages of Color #7ebfcb

%24.23
%36.73
%39.04

CMYK Percentages of Color #7ebfcb

%38
%6
%0
%20

Triadic Colors of #7ebfcb

#7ebfcb #cb7ebf #bfcb7e

Analogous Colors of #7ebfcb

#7ebfcb #7e99cb #7ecbb1

Monochromatic Colors of #7ebfcb

#7ebfcb

Complementary Color

#7ebfcb #cb8a7e

#7ebfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebfcb Color CSS Codes

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

#7ebfcb Text Font Color

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

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


#7ebfcb Background Color

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

This div background color is #7ebfcb


#7ebfcb Border Color

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

This div border color is #7ebfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebfcb


Comments

No comments written yet.

Please login to write comment.