Color Hex Logo

#77ced4 Color Hex

#77CED4
(119,206,212)
0 Favorites   0 Comments

Color spaces of #77ced4

RGB 119206212
HSL0.510.520.65
HSV184°44°83°
CMYK 0.440.030.00   0.17
XYZ41.562752.818070.2917
Yxy52.81800.25240.3207
Hunter Lab72.6760-25.1006-6.4717
CIE-Lab77.7674-24.6583-11.1855

#77ced4 color RGB value is (119,206,212).

#77ced4 hex color red value is 119, green value is 206 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #77ced4 hue: 0.51 , saturation: 0.52 and the lightness value of 77ced4 is 0.65.

The process color (four color CMYK) of #77ced4 color hex is 0.44, 0.03, 0.00, 0.17. Web safe color of #77ced4 is #66cccc. Color #77ced4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001110 11010100
Octal 167 316 324
Decimal 119 206 212
Hex 77 CE D4

RGB Percentages of Color #77ced4

%22.16
%38.36
%39.48

CMYK Percentages of Color #77ced4

%44
%3
%0
%17

Triadic Colors of #77ced4

#77ced4 #d477ce #ced477

Analogous Colors of #77ced4

#77ced4 #77a0d4 #77d4ac

Monochromatic Colors of #77ced4

#77ced4

Complementary Color

#77ced4 #d47d77

#77ced4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ced4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ced4 Color CSS Codes

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

#77ced4 Text Font Color

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

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


#77ced4 Background Color

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

This div background color is #77ced4


#77ced4 Border Color

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

This div border color is #77ced4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ced4


Comments

No comments written yet.

Please login to write comment.