Color Hex Logo

#77cbed Color Hex

#77CBED
(119,203,237)
0 Favorites   0 Comments

Color spaces of #77cbed

RGB 119203237
HSL0.550.770.70
HSV197°50°93°
CMYK 0.500.140.00   0.07
XYZ44.249752.748287.9700
Yxy52.74820.23920.2852
Hunter Lab72.6280-18.3451-20.9749
CIE-Lab77.7261-16.4719-24.6784

#77cbed color RGB value is (119,203,237).

#77cbed hex color red value is 119, green value is 203 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #77cbed hue: 0.55 , saturation: 0.77 and the lightness value of 77cbed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001011 11101101
Octal 167 313 355
Decimal 119 203 237
Hex 77 CB ED

RGB Percentages of Color #77cbed

%21.29
%36.31
%42.40

CMYK Percentages of Color #77cbed

%50
%14
%0
%7

Triadic Colors of #77cbed

#77cbed #ed77cb #cbed77

Analogous Colors of #77cbed

#77cbed #7790ed #77edd4

Monochromatic Colors of #77cbed

#77cbed

Complementary Color

#77cbed #ed9977

#77cbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77cbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#77cbed Color CSS Codes

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

#77cbed Text Font Color

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

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


#77cbed Background Color

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

This div background color is #77cbed


#77cbed Border Color

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

This div border color is #77cbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77cbed

#77cbed Color Palettes


Comments

No comments written yet.

Please login to write comment.