Color Hex Logo

#7baeef Color Hex

#7BAEEF
(123,174,239)
0 Favorites   0 Comments

Color spaces of #7baeef

RGB 123174239
HSL0.590.780.71
HSV214°49°94°
CMYK 0.490.270.00   0.06
XYZ38.884440.715187.4707
Yxy40.71510.23270.2437
Hunter Lab63.8084-2.8880-36.6109
CIE-Lab69.97590.5925-37.6878

#7baeef color RGB value is (123,174,239).

#7baeef hex color red value is 123, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7baeef hue: 0.59 , saturation: 0.78 and the lightness value of 7baeef is 0.71.

The process color (four color CMYK) of #7baeef color hex is 0.49, 0.27, 0.00, 0.06. Web safe color of #7baeef is #6699ff. Color #7baeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10101110 11101111
Octal 173 256 357
Decimal 123 174 239
Hex 7B AE EF

RGB Percentages of Color #7baeef

%22.95
%32.46
%44.59

CMYK Percentages of Color #7baeef

%49
%27
%0
%6

Triadic Colors of #7baeef

#7baeef #ef7bae #aeef7b

Analogous Colors of #7baeef

#7baeef #827bef #7be8ef

Monochromatic Colors of #7baeef

#7baeef

Complementary Color

#7baeef #efbc7b

#7baeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7baeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7baeef Color CSS Codes

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

#7baeef Text Font Color

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

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


#7baeef Background Color

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

This div background color is #7baeef


#7baeef Border Color

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

This div border color is #7baeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7baeef


Comments

No comments written yet.

Please login to write comment.