Color Hex Logo

#78bbed Color Hex

#78BBED
(120,187,237)
0 Favorites   0 Comments

Color spaces of #78bbed

RGB 120187237
HSL0.570.760.70
HSV206°49°93°
CMYK 0.490.210.00   0.07
XYZ40.802145.648186.7812
Yxy45.64810.23550.2635
Hunter Lab67.5634-10.4382-28.8602
CIE-Lab73.3166-7.8030-31.4381

#78bbed color RGB value is (120,187,237).

#78bbed hex color red value is 120, green value is 187 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #78bbed hue: 0.57 , saturation: 0.76 and the lightness value of 78bbed is 0.70.

The process color (four color CMYK) of #78bbed color hex is 0.49, 0.21, 0.00, 0.07. Web safe color of #78bbed is #66ccff. Color #78bbed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111011 11101101
Octal 170 273 355
Decimal 120 187 237
Hex 78 BB ED

RGB Percentages of Color #78bbed

%22.06
%34.38
%43.57

CMYK Percentages of Color #78bbed

%49
%21
%0
%7

Triadic Colors of #78bbed

#78bbed #ed78bb #bbed78

Analogous Colors of #78bbed

#78bbed #7881ed #78ede5

Monochromatic Colors of #78bbed

#78bbed

Complementary Color

#78bbed #edaa78

#78bbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bbed Color CSS Codes

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

#78bbed Text Font Color

<p style="color:#78bbed">Text here</p>

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


#78bbed Background Color

<div style="background-color:#78bbed">
Div content here</div>

This div background color is #78bbed


#78bbed Border Color

<div style="border:3px solid #78bbed">
Div here</div>

This div border color is #78bbed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,187,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78bbed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78bbed;
  -webkit-box-shadow: 1px 1px 3px 2px #78bbed;
  box-shadow:         1px 1px 3px 2px #78bbed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,187,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 #78bbed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bbed


Comments

No comments written yet.

Please login to write comment.