Color Hex Logo

#78ddb2 Color Hex

#78DDB2
(120,221,178)
0 Favorites   0 Comments

Color spaces of #78ddb2

RGB 120221178
HSL0.430.600.67
HSV154°46°87°
CMYK 0.460.000.19   0.13
XYZ41.638158.920351.2977
Yxy58.92030.27420.3880
Hunter Lab76.7596-37.502214.1087
CIE-Lab81.2478-39.430412.0448

#78ddb2 color RGB value is (120,221,178).

#78ddb2 hex color red value is 120, green value is 221 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #78ddb2 hue: 0.43 , saturation: 0.60 and the lightness value of 78ddb2 is 0.67.

The process color (four color CMYK) of #78ddb2 color hex is 0.46, 0.00, 0.19, 0.13. Web safe color of #78ddb2 is #66cc99. Color #78ddb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11011101 10110010
Octal 170 335 262
Decimal 120 221 178
Hex 78 DD B2

RGB Percentages of Color #78ddb2

%23.12
%42.58
%34.30

CMYK Percentages of Color #78ddb2

%46
%0
%19
%13

Triadic Colors of #78ddb2

#78ddb2 #b278dd #ddb278

Analogous Colors of #78ddb2

#78ddb2 #78d6dd #78dd80

Monochromatic Colors of #78ddb2

#78ddb2

Complementary Color

#78ddb2 #dd78a3

#78ddb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78ddb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#78ddb2 Color CSS Codes

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

#78ddb2 Text Font Color

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

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


#78ddb2 Background Color

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

This div background color is #78ddb2


#78ddb2 Border Color

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

This div border color is #78ddb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78ddb2


Comments

No comments written yet.

Please login to write comment.