Color Hex Logo

#78cedb Color Hex

#78CEDB
(120,206,219)
0 Favorites   0 Comments

Color spaces of #78cedb

RGB 120206219
HSL0.520.580.66
HSV188°45°86°
CMYK 0.450.060.00   0.14
XYZ42.603253.250275.0507
Yxy53.25020.24930.3116
Hunter Lab72.9727-23.4898-9.8974
CIE-Lab78.0225-22.6168-14.5618

#78cedb color RGB value is (120,206,219).

#78cedb hex color red value is 120, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #78cedb hue: 0.52 , saturation: 0.58 and the lightness value of 78cedb is 0.66.

The process color (four color CMYK) of #78cedb color hex is 0.45, 0.06, 0.00, 0.14. Web safe color of #78cedb is #66cccc. Color #78cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001110 11011011
Octal 170 316 333
Decimal 120 206 219
Hex 78 CE DB

RGB Percentages of Color #78cedb

%22.02
%37.80
%40.18

CMYK Percentages of Color #78cedb

%45
%6
%0
%14

Triadic Colors of #78cedb

#78cedb #db78ce #cedb78

Analogous Colors of #78cedb

#78cedb #789ddb #78dbb7

Monochromatic Colors of #78cedb

#78cedb

Complementary Color

#78cedb #db8578

#78cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cedb Color CSS Codes

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

#78cedb Text Font Color

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

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


#78cedb Background Color

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

This div background color is #78cedb


#78cedb Border Color

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

This div border color is #78cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cedb


Comments

No comments written yet.

Please login to write comment.