Color Hex Logo

#78fcbc Color Hex

#78FCBC
(120,252,188)
0 Favorites   0 Comments

Color spaces of #78fcbc

RGB 120252188
HSL0.420.960.73
HSV151°52°99°
CMYK 0.520.000.25   0.01
XYZ51.633277.244759.7653
Yxy77.24470.27370.4095
Hunter Lab87.8890-48.940121.2045
CIE-Lab90.4341-50.792819.7527

#78fcbc color RGB value is (120,252,188).

#78fcbc hex color red value is 120, green value is 252 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #78fcbc hue: 0.42 , saturation: 0.96 and the lightness value of 78fcbc is 0.73.

The process color (four color CMYK) of #78fcbc color hex is 0.52, 0.00, 0.25, 0.01. Web safe color of #78fcbc is #66ffcc. Color #78fcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11111100 10111100
Octal 170 374 274
Decimal 120 252 188
Hex 78 FC BC

RGB Percentages of Color #78fcbc

%21.43
%45.00
%33.57

CMYK Percentages of Color #78fcbc

%52
%0
%25
%1

Triadic Colors of #78fcbc

#78fcbc #bc78fc #fcbc78

Analogous Colors of #78fcbc

#78fcbc #78fafc #78fc7a

Monochromatic Colors of #78fcbc

#78fcbc

Complementary Color

#78fcbc #fc78b8

#78fcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78fcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#78fcbc Color CSS Codes

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

#78fcbc Text Font Color

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

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


#78fcbc Background Color

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

This div background color is #78fcbc


#78fcbc Border Color

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

This div border color is #78fcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78fcbc

Related Colors


Comments

No comments written yet.

Please login to write comment.