Color Hex Logo

#77cfe5 Color Hex

#77CFE5
(119,207,229)
0 Favorites   0 Comments

Color spaces of #77cfe5

RGB 119207229
HSL0.530.680.68
HSV192°48°90°
CMYK 0.480.100.00   0.10
XYZ44.063454.204782.2689
Yxy54.20470.24410.3002
Hunter Lab73.6238-22.0106-14.7153
CIE-Lab78.5809-20.7012-19.0903

#77cfe5 color RGB value is (119,207,229).

#77cfe5 hex color red value is 119, green value is 207 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #77cfe5 hue: 0.53 , saturation: 0.68 and the lightness value of 77cfe5 is 0.68.

The process color (four color CMYK) of #77cfe5 color hex is 0.48, 0.10, 0.00, 0.10. Web safe color of #77cfe5 is #66cccc. Color #77cfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001111 11100101
Octal 167 317 345
Decimal 119 207 229
Hex 77 CF E5

RGB Percentages of Color #77cfe5

%21.44
%37.30
%41.26

CMYK Percentages of Color #77cfe5

%48
%10
%0
%10

Triadic Colors of #77cfe5

#77cfe5 #e577cf #cfe577

Analogous Colors of #77cfe5

#77cfe5 #7798e5 #77e5c4

Monochromatic Colors of #77cfe5

#77cfe5

Complementary Color

#77cfe5 #e58d77

#77cfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cfe5 Color CSS Codes

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

#77cfe5 Text Font Color

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

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


#77cfe5 Background Color

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

This div background color is #77cfe5


#77cfe5 Border Color

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

This div border color is #77cfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cfe5


Comments

No comments written yet.

Please login to write comment.