Color Hex Logo

#79bffd Color Hex

#79BFFD
(121,191,253)
0 Favorites   0 Comments

Color spaces of #79bffd

RGB 121191253
HSL0.580.970.73
HSV208°52°99°
CMYK 0.520.250.00   0.01
XYZ44.245648.418499.9422
Yxy48.41840.22970.2514
Hunter Lab69.5833-8.2689-36.4496
CIE-Lab75.0881-5.1131-37.3203

#79bffd color RGB value is (121,191,253).

#79bffd hex color red value is 121, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #79bffd hue: 0.58 , saturation: 0.97 and the lightness value of 79bffd is 0.73.

The process color (four color CMYK) of #79bffd color hex is 0.52, 0.25, 0.00, 0.01. Web safe color of #79bffd is #66ccff. Color #79bffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10111111 11111101
Octal 171 277 375
Decimal 121 191 253
Hex 79 BF FD

RGB Percentages of Color #79bffd

%21.42
%33.81
%44.78

CMYK Percentages of Color #79bffd

%52
%25
%0
%1

Triadic Colors of #79bffd

#79bffd #fd79bf #bffd79

Analogous Colors of #79bffd

#79bffd #797dfd #79fdf9

Monochromatic Colors of #79bffd

#79bffd

Complementary Color

#79bffd #fdb779

#79bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79bffd Color CSS Codes

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

#79bffd Text Font Color

<p style="color:#79bffd">Text here</p>

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


#79bffd Background Color

<div style="background-color:#79bffd">
Div content here</div>

This div background color is #79bffd


#79bffd Border Color

<div style="border:3px solid #79bffd">
Div here</div>

This div border color is #79bffd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,191,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79bffd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79bffd;
  -webkit-box-shadow: 1px 1px 3px 2px #79bffd;
  box-shadow:         1px 1px 3px 2px #79bffd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,191,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79bffd


Comments

No comments written yet.

Please login to write comment.