Color Hex Logo

#7dbeae Color Hex

#7DBEAE
(125,190,174)
0 Favorites   0 Comments

Color spaces of #7dbeae

RGB 125190174
HSL0.460.330.62
HSV165°34°75°
CMYK 0.340.000.08   0.25
XYZ34.510944.242946.7652
Yxy44.24290.27490.3525
Hunter Lab66.5153-23.78874.8755
CIE-Lab72.3906-24.28871.4992

#7dbeae color RGB value is (125,190,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10111110 10101110
Octal 175 276 256
Decimal 125 190 174
Hex 7D BE AE

RGB Percentages of Color #7dbeae

%25.56
%38.85
%35.58

CMYK Percentages of Color #7dbeae

%34
%0
%8
%25

Triadic Colors of #7dbeae

#7dbeae #ae7dbe #beae7d

Analogous Colors of #7dbeae

#7dbeae #7daebe #7dbe8e

Monochromatic Colors of #7dbeae

#7dbeae

Complementary Color

#7dbeae #be7d8d

#7dbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dbeae Color CSS Codes

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

#7dbeae Text Font Color

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

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


#7dbeae Background Color

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

This div background color is #7dbeae


#7dbeae Border Color

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

This div border color is #7dbeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dbeae


Comments

No comments written yet.

Please login to write comment.