Color Hex Logo

#7baedf Color Hex

#7BAEDF
(123,174,223)
0 Favorites   0 Comments

Color spaces of #7baedf

RGB 123174223
HSL0.580.610.68
HSV209°45°87°
CMYK 0.450.220.00   0.13
XYZ36.623739.810875.5660
Yxy39.81080.24090.2619
Hunter Lab63.0958-6.8081-26.8410
CIE-Lab69.3346-3.9807-29.9444

#7baedf color RGB value is (123,174,223).

#7baedf hex color red value is 123, green value is 174 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7baedf hue: 0.58 , saturation: 0.61 and the lightness value of 7baedf is 0.68.

The process color (four color CMYK) of #7baedf color hex is 0.45, 0.22, 0.00, 0.13. Web safe color of #7baedf is #6699cc. Color #7baedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 11011111
Octal 173 256 337
Decimal 123 174 223
Hex 7B AE DF

RGB Percentages of Color #7baedf

%23.65
%33.46
%42.88

CMYK Percentages of Color #7baedf

%45
%22
%0
%13

Triadic Colors of #7baedf

#7baedf #df7bae #aedf7b

Analogous Colors of #7baedf

#7baedf #7b7cdf #7bdfde

Monochromatic Colors of #7baedf

#7baedf

Complementary Color

#7baedf #dfac7b

#7baedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baedf Color CSS Codes

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

#7baedf Text Font Color

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

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


#7baedf Background Color

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

This div background color is #7baedf


#7baedf Border Color

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

This div border color is #7baedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baedf


Comments

No comments written yet.

Please login to write comment.