Color Hex Logo

#77caeb Color Hex

#77CAEB
(119,202,235)
0 Favorites   0 Comments

Color spaces of #77caeb

RGB 119202235
HSL0.550.740.69
HSV197°49°92°
CMYK 0.490.140.00   0.08
XYZ43.723752.161286.3609
Yxy52.16120.23990.2862
Hunter Lab72.2227-18.3257-20.3406
CIE-Lab77.3771-16.5094-24.1373

#77caeb color RGB value is (119,202,235).

#77caeb hex color red value is 119, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #77caeb hue: 0.55 , saturation: 0.74 and the lightness value of 77caeb is 0.69.

The process color (four color CMYK) of #77caeb color hex is 0.49, 0.14, 0.00, 0.08. Web safe color of #77caeb is #66ccff. Color #77caeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001010 11101011
Octal 167 312 353
Decimal 119 202 235
Hex 77 CA EB

RGB Percentages of Color #77caeb

%21.40
%36.33
%42.27

CMYK Percentages of Color #77caeb

%49
%14
%0
%8

Triadic Colors of #77caeb

#77caeb #eb77ca #caeb77

Analogous Colors of #77caeb

#77caeb #7790eb #77ebd2

Monochromatic Colors of #77caeb

#77caeb

Complementary Color

#77caeb #eb9877

#77caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#77caeb Color CSS Codes

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

#77caeb Text Font Color

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

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


#77caeb Background Color

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

This div background color is #77caeb


#77caeb Border Color

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

This div border color is #77caeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,202,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77caeb


Comments

No comments written yet.

Please login to write comment.