Color Hex Logo

#78caeb Color Hex

#78CAEB
(120,202,235)
0 Favorites   0 Comments

Color spaces of #78caeb

RGB 120202235
HSL0.550.740.70
HSV197°49°92°
CMYK 0.490.140.00   0.08
XYZ43.861752.232386.3673
Yxy52.23230.24040.2863
Hunter Lab72.2719-18.1445-20.2631
CIE-Lab77.4195-16.2865-24.0688

#78caeb color RGB value is (120,202,235).

#78caeb hex color red value is 120, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #78caeb hue: 0.55 , saturation: 0.74 and the lightness value of 78caeb is 0.70.

The process color (four color CMYK) of #78caeb color hex is 0.49, 0.14, 0.00, 0.08. Web safe color of #78caeb is #66ccff. Color #78caeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 11001010 11101011
Octal 170 312 353
Decimal 120 202 235
Hex 78 CA EB

RGB Percentages of Color #78caeb

%21.54
%36.27
%42.19

CMYK Percentages of Color #78caeb

%49
%14
%0
%8

Triadic Colors of #78caeb

#78caeb #eb78ca #caeb78

Analogous Colors of #78caeb

#78caeb #7891eb #78ebd3

Monochromatic Colors of #78caeb

#78caeb

Complementary Color

#78caeb #eb9978

#78caeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78caeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#78caeb Color CSS Codes

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

#78caeb Text Font Color

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

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


#78caeb Background Color

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

This div background color is #78caeb


#78caeb Border Color

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

This div border color is #78caeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78caeb


Comments

No comments written yet.

Please login to write comment.