color codes Logo

#7ebdbc color codes

#7EBDBC
(126,189,188)
0 Favorites   0 Comments

Color spaces of #7ebdbc

RGB 126189188
HSL0.500.320.62
HSV179°33°74°
CMYK 0.330.000.01   0.26
XYZ35.878944.461754.2679
Yxy44.46170.26650.3303
Hunter Lab66.6796-20.6422-1.5781
CIE-Lab72.5360-20.2634-5.9229

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111101 10111100
Octal 176 275 274
Decimal 126 189 188
Hex 7E BD BC

RGB Percentages of Color #7ebdbc

%25.05
%37.57
%37.38

CMYK Percentages of Color #7ebdbc

%33
%0
%1
%26

Triadic Colors of #7ebdbc

#7ebdbc #bc7ebd #bdbc7e

Analogous Colors of #7ebdbc

#7ebdbc #7e9fbd #7ebd9d

Monochromatic Colors of #7ebdbc

#7ebdbc

Complementary Color

#7ebdbc #bd7e7f

#7ebdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebdbc Color CSS Codes

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

#7ebdbc Text Font Color

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

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


#7ebdbc Background Color

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

This div background color is #7ebdbc


#7ebdbc Border Color

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

This div border color is #7ebdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebdbc


Comments

No comments written yet.

Please login to write comment.