Color Hex Logo

#7ebcbc Color Hex

#7EBCBC
(126,188,188)
0 Favorites   0 Comments

Color spaces of #7ebcbc

RGB 126188188
HSL0.500.320.62
HSV180°33°74°
CMYK 0.330.000.00   0.26
XYZ35.664544.032954.1964
Yxy44.03290.26640.3289
Hunter Lab66.3573-20.1884-1.9742
CIE-Lab72.2505-19.7539-6.3455

#7ebcbc color RGB value is (126,188,188).

#7ebcbc hex color red value is 126, green value is 188 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7ebcbc hue: 0.50 , saturation: 0.32 and the lightness value of 7ebcbc is 0.62.

The process color (four color CMYK) of #7ebcbc color hex is 0.33, 0.00, 0.00, 0.26. Web safe color of #7ebcbc is #66cccc. Color #7ebcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111100 10111100
Octal 176 274 274
Decimal 126 188 188
Hex 7E BC BC

RGB Percentages of Color #7ebcbc

%25.10
%37.45
%37.45

CMYK Percentages of Color #7ebcbc

%33
%0
%0
%26

Triadic Colors of #7ebcbc

#7ebcbc #bc7ebc #bcbc7e

Analogous Colors of #7ebcbc

#7ebcbc #7e9dbc #7ebc9d

Monochromatic Colors of #7ebcbc

#7ebcbc

Complementary Color

#7ebcbc #bc7e7e

#7ebcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebcbc Color CSS Codes

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

#7ebcbc Text Font Color

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

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


#7ebcbc Background Color

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

This div background color is #7ebcbc


#7ebcbc Border Color

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

This div border color is #7ebcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebcbc


Comments

No comments written yet.

Please login to write comment.