Color Hex Logo

#79defd Color Hex

#79DEFD
(121,222,253)
0 Favorites   0 Comments

Color spaces of #79defd

RGB 121222253
HSL0.540.970.73
HSV194°52°99°
CMYK 0.520.120.00   0.01
XYZ51.736163.3993102.4390
Yxy63.39930.23780.2914
Hunter Lab79.6237-23.3597-20.5423
CIE-Lab83.6520-21.2888-24.1601

#79defd color RGB value is (121,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11011110 11111101
Octal 171 336 375
Decimal 121 222 253
Hex 79 DE FD

RGB Percentages of Color #79defd

%20.30
%37.25
%42.45

CMYK Percentages of Color #79defd

%52
%12
%0
%1

Triadic Colors of #79defd

#79defd #fd79de #defd79

Analogous Colors of #79defd

#79defd #799cfd #79fdda

Monochromatic Colors of #79defd

#79defd

Complementary Color

#79defd #fd9879

#79defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#79defd Color CSS Codes

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

#79defd Text Font Color

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

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


#79defd Background Color

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

This div background color is #79defd


#79defd Border Color

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

This div border color is #79defd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,222,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 #79defd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79defd


Comments

No comments written yet.

Please login to write comment.