Color Hex Logo

#78cefa Color Hex

#78CEFA
(120,206,250)
0 Favorites   0 Comments

Color spaces of #78cefa

RGB 120206250
HSL0.560.930.73
HSV200°52°98°
CMYK 0.520.180.00   0.02
XYZ47.072455.037898.5849
Yxy55.03780.23450.2742
Hunter Lab74.1875-16.5687-26.8570
CIE-Lab79.0630-14.1638-29.5830

#78cefa color RGB value is (120,206,250).

#78cefa hex color red value is 120, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #78cefa hue: 0.56 , saturation: 0.93 and the lightness value of 78cefa is 0.73.

The process color (four color CMYK) of #78cefa color hex is 0.52, 0.18, 0.00, 0.02. Web safe color of #78cefa is #66ccff. Color #78cefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001110 11111010
Octal 170 316 372
Decimal 120 206 250
Hex 78 CE FA

RGB Percentages of Color #78cefa

%20.83
%35.76
%43.40

CMYK Percentages of Color #78cefa

%52
%18
%0
%2

Triadic Colors of #78cefa

#78cefa #fa78ce #cefa78

Analogous Colors of #78cefa

#78cefa #788dfa #78fae5

Monochromatic Colors of #78cefa

#78cefa

Complementary Color

#78cefa #faa478

#78cefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78cefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#78cefa Color CSS Codes

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

#78cefa Text Font Color

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

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


#78cefa Background Color

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

This div background color is #78cefa


#78cefa Border Color

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

This div border color is #78cefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78cefa


Comments

No comments written yet.

Please login to write comment.