Color Hex Logo

#7dbebc Color Hex

#7DBEBC
(125,190,188)
0 Favorites   0 Comments

Color spaces of #7dbebc

RGB 125190188
HSL0.490.330.62
HSV178°34°75°
CMYK 0.340.000.01   0.25
XYZ35.948044.817754.3330
Yxy44.81770.26610.3317
Hunter Lab66.9460-21.3064-1.2572
CIE-Lab72.7717-21.0474-5.5799

#7dbebc color RGB value is (125,190,188).

#7dbebc hex color red value is 125, green value is 190 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7dbebc hue: 0.49 , saturation: 0.33 and the lightness value of 7dbebc is 0.62.

The process color (four color CMYK) of #7dbebc color hex is 0.34, 0.00, 0.01, 0.25. Web safe color of #7dbebc is #66cccc. Color #7dbebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 10111100
Octal 175 276 274
Decimal 125 190 188
Hex 7D BE BC

RGB Percentages of Color #7dbebc

%24.85
%37.77
%37.38

CMYK Percentages of Color #7dbebc

%34
%0
%1
%25

Triadic Colors of #7dbebc

#7dbebc #bc7dbe #bebc7d

Analogous Colors of #7dbebc

#7dbebc #7da0be #7dbe9c

Monochromatic Colors of #7dbebc

#7dbebc

Complementary Color

#7dbebc #be7d7f

#7dbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbebc Color CSS Codes

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

#7dbebc Text Font Color

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

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


#7dbebc Background Color

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

This div background color is #7dbebc


#7dbebc Border Color

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

This div border color is #7dbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbebc


Comments

No comments written yet.

Please login to write comment.