Color Hex Logo

#78aefb Color Hex

#78AEFB
(120,174,251)
0 Favorites   0 Comments

Color spaces of #78aefb

RGB 120174251
HSL0.600.940.73
HSV215°52°98°
CMYK 0.520.310.00   0.02
XYZ40.294441.230297.1013
Yxy41.23020.22560.2308
Hunter Lab64.2107-0.3541-44.7125
CIE-Lab70.33693.4696-43.6525

#78aefb color RGB value is (120,174,251).

#78aefb hex color red value is 120, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #78aefb hue: 0.60 , saturation: 0.94 and the lightness value of 78aefb is 0.73.

The process color (four color CMYK) of #78aefb color hex is 0.52, 0.31, 0.00, 0.02. Web safe color of #78aefb is #6699ff. Color #78aefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10101110 11111011
Octal 170 256 373
Decimal 120 174 251
Hex 78 AE FB

RGB Percentages of Color #78aefb

%22.02
%31.93
%46.06

CMYK Percentages of Color #78aefb

%52
%31
%0
%2

Triadic Colors of #78aefb

#78aefb #fb78ae #aefb78

Analogous Colors of #78aefb

#78aefb #8478fb #78f0fb

Monochromatic Colors of #78aefb

#78aefb

Complementary Color

#78aefb #fbc578

#78aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78aefb Color CSS Codes

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

#78aefb Text Font Color

<p style="color:#78aefb">Text here</p>

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


#78aefb Background Color

<div style="background-color:#78aefb">
Div content here</div>

This div background color is #78aefb


#78aefb Border Color

<div style="border:3px solid #78aefb">
Div here</div>

This div border color is #78aefb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,174,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78aefb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78aefb;
  -webkit-box-shadow: 1px 1px 3px 2px #78aefb;
  box-shadow:         1px 1px 3px 2px #78aefb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78aefb

Related Colors


Comments

No comments written yet.

Please login to write comment.