Color Hex Logo

#78bfce Color Hex

#78BFCE
(120,191,206)
0 Favorites   0 Comments

Color spaces of #78bfce

RGB 120191206
HSL0.530.470.64
HSV190°42°81°
CMYK 0.420.070.00   0.19
XYZ37.517145.710965.2382
Yxy45.71090.25270.3079
Hunter Lab67.6098-19.2665-9.8833
CIE-Lab73.3575-18.3864-14.5429

#78bfce color RGB value is (120,191,206).

#78bfce hex color red value is 120, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #78bfce hue: 0.53 , saturation: 0.47 and the lightness value of 78bfce is 0.64.

The process color (four color CMYK) of #78bfce color hex is 0.42, 0.07, 0.00, 0.19. Web safe color of #78bfce is #66cccc. Color #78bfce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10111111 11001110
Octal 170 277 316
Decimal 120 191 206
Hex 78 BF CE

RGB Percentages of Color #78bfce

%23.21
%36.94
%39.85

CMYK Percentages of Color #78bfce

%42
%7
%0
%19

Triadic Colors of #78bfce

#78bfce #ce78bf #bfce78

Analogous Colors of #78bfce

#78bfce #7894ce #78ceb2

Monochromatic Colors of #78bfce

#78bfce

Complementary Color

#78bfce #ce8778

#78bfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78bfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#78bfce Color CSS Codes

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

#78bfce Text Font Color

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

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


#78bfce Background Color

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

This div background color is #78bfce


#78bfce Border Color

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

This div border color is #78bfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78bfce


Comments

No comments written yet.

Please login to write comment.