Color Hex Logo

#7daebe Color Hex

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

Color spaces of #7daebe

RGB 125174190
HSL0.540.330.62
HSV195°34°75°
CMYK 0.340.080.00   0.25
XYZ32.887838.349854.3841
Yxy38.34980.26180.3053
Hunter Lab61.9272-13.5763-8.7191
CIE-Lab68.2776-12.2428-13.3780

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

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

The process color (four color CMYK) of #7daebe color hex is 0.34, 0.08, 0.00, 0.25. Web safe color of #7daebe is #6699cc. Color #7daebe contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #7daebe

%25.56
%35.58
%38.85

CMYK Percentages of Color #7daebe

%34
%8
%0
%25

Triadic Colors of #7daebe

#7daebe #be7dae #aebe7d

Analogous Colors of #7daebe

#7daebe #7d8ebe #7dbeae

Monochromatic Colors of #7daebe

#7daebe

Complementary Color

#7daebe #be8d7d

#7daebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daebe Color CSS Codes

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

#7daebe Text Font Color

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

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


#7daebe Background Color

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

This div background color is #7daebe


#7daebe Border Color

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

This div border color is #7daebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daebe


Comments

No comments written yet.

Please login to write comment.