Color Hex Logo

#78bebf Color Hex

#78BEBF
(120,190,191)
0 Favorites   0 Comments

Color spaces of #78bebf

RGB 120190191
HSL0.500.360.61
HSV181°37°75°
CMYK 0.370.010.00   0.25
XYZ35.563244.581656.0209
Yxy44.58160.26120.3274
Hunter Lab66.7695-21.7727-3.0069
CIE-Lab72.6155-21.6691-7.4752

#78bebf color RGB value is (120,190,191).

#78bebf hex color red value is 120, green value is 190 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #78bebf hue: 0.50 , saturation: 0.36 and the lightness value of 78bebf is 0.61.

The process color (four color CMYK) of #78bebf color hex is 0.37, 0.01, 0.00, 0.25. Web safe color of #78bebf is #66cccc. Color #78bebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111110 10111111
Octal 170 276 277
Decimal 120 190 191
Hex 78 BE BF

RGB Percentages of Color #78bebf

%23.95
%37.92
%38.12

CMYK Percentages of Color #78bebf

%37
%1
%0
%25

Triadic Colors of #78bebf

#78bebf #bf78be #bebf78

Analogous Colors of #78bebf

#78bebf #789bbf #78bf9d

Monochromatic Colors of #78bebf

#78bebf

Complementary Color

#78bebf #bf7978

#78bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bebf Color CSS Codes

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

#78bebf Text Font Color

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

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


#78bebf Background Color

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

This div background color is #78bebf


#78bebf Border Color

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

This div border color is #78bebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,190,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bebf


Comments

No comments written yet.

Please login to write comment.