Color Hex Logo

#79cefa Color Hex

#79CEFA
(121,206,250)
0 Favorites   0 Comments

Color spaces of #79cefa

RGB 121206250
HSL0.560.930.73
HSV200°52°98°
CMYK 0.520.180.00   0.02
XYZ47.211855.109798.5914
Yxy55.10970.23500.2743
Hunter Lab74.2359-16.3922-26.7769
CIE-Lab79.1044-13.9521-29.5159

#79cefa color RGB value is (121,206,250).

#79cefa hex color red value is 121, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #79cefa hue: 0.56 , saturation: 0.93 and the lightness value of 79cefa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001110 11111010
Octal 171 316 372
Decimal 121 206 250
Hex 79 CE FA

RGB Percentages of Color #79cefa

%20.97
%35.70
%43.33

CMYK Percentages of Color #79cefa

%52
%18
%0
%2

Triadic Colors of #79cefa

#79cefa #fa79ce #cefa79

Analogous Colors of #79cefa

#79cefa #798efa #79fae6

Monochromatic Colors of #79cefa

#79cefa

Complementary Color

#79cefa #faa579

#79cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#79cefa Color CSS Codes

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

#79cefa Text Font Color

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

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


#79cefa Background Color

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

This div background color is #79cefa


#79cefa Border Color

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

This div border color is #79cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79cefa


Comments

No comments written yet.

Please login to write comment.