Color Hex Logo

#77cefa Color Hex

#77CEFA
(119,206,250)
0 Favorites   0 Comments

Color spaces of #77cefa

RGB 119206250
HSL0.560.930.72
HSV200°52°98°
CMYK 0.520.180.00   0.02
XYZ46.934454.966798.5784
Yxy54.96670.23410.2742
Hunter Lab74.1395-16.7439-26.9363
CIE-Lab79.0221-14.3743-29.6493

#77cefa color RGB value is (119,206,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001110 11111010
Octal 167 316 372
Decimal 119 206 250
Hex 77 CE FA

RGB Percentages of Color #77cefa

%20.70
%35.83
%43.48

CMYK Percentages of Color #77cefa

%52
%18
%0
%2

Triadic Colors of #77cefa

#77cefa #fa77ce #cefa77

Analogous Colors of #77cefa

#77cefa #778dfa #77fae5

Monochromatic Colors of #77cefa

#77cefa

Complementary Color

#77cefa #faa377

#77cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cefa Color CSS Codes

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

#77cefa Text Font Color

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

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


#77cefa Background Color

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

This div background color is #77cefa


#77cefa Border Color

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

This div border color is #77cefa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,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 #77cefa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cefa

Related Colors


Comments

No comments written yet.

Please login to write comment.