Color Hex Logo

#7daebd Color Hex

#7DAEBD
(125,174,189)
0 Favorites   0 Comments

Color spaces of #7daebd

RGB 125174189
HSL0.540.330.62
HSV194°34°74°
CMYK 0.340.080.00   0.26
XYZ32.778838.306253.8103
Yxy38.30620.26250.3067
Hunter Lab61.8920-13.7751-8.2237
CIE-Lab68.2457-12.4933-12.8731

#7daebd color RGB value is (125,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 10101110 10111101
Octal 175 256 275
Decimal 125 174 189
Hex 7D AE BD

RGB Percentages of Color #7daebd

%25.61
%35.66
%38.73

CMYK Percentages of Color #7daebd

%34
%8
%0
%26

Triadic Colors of #7daebd

#7daebd #bd7dae #aebd7d

Analogous Colors of #7daebd

#7daebd #7d8ebd #7dbdac

Monochromatic Colors of #7daebd

#7daebd

Complementary Color

#7daebd #bd8c7d

#7daebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7daebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7daebd Color CSS Codes

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

#7daebd Text Font Color

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

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


#7daebd Background Color

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

This div background color is #7daebd


#7daebd Border Color

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

This div border color is #7daebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7daebd


Comments

No comments written yet.

Please login to write comment.