Color Hex Logo

#68beeb Color Hex

#68BEEB
(104,190,235)
0 Favorites   0 Comments

Color spaces of #68beeb

RGB 104190235
HSL0.560.770.66
HSV201°56°92°
CMYK 0.560.190.00   0.08
XYZ39.117845.768185.3697
Yxy45.76810.22980.2688
Hunter Lab67.6521-15.1790-27.4611
CIE-Lab73.3948-13.4032-30.2924

#68beeb color RGB value is (104,190,235).

#68beeb hex color red value is 104, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #68beeb hue: 0.56 , saturation: 0.77 and the lightness value of 68beeb is 0.66.

The process color (four color CMYK) of #68beeb color hex is 0.56, 0.19, 0.00, 0.08. Web safe color of #68beeb is #66ccff. Color #68beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111110 11101011
Octal 150 276 353
Decimal 104 190 235
Hex 68 BE EB

RGB Percentages of Color #68beeb

%19.66
%35.92
%44.42

CMYK Percentages of Color #68beeb

%56
%19
%0
%8

Triadic Colors of #68beeb

#68beeb #eb68be #beeb68

Analogous Colors of #68beeb

#68beeb #687deb #68ebd7

Monochromatic Colors of #68beeb

#68beeb

Complementary Color

#68beeb #eb9568

#68beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68beeb Color CSS Codes

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

#68beeb Text Font Color

<p style="color:#68beeb">Text here</p>

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


#68beeb Background Color

<div style="background-color:#68beeb">
Div content here</div>

This div background color is #68beeb


#68beeb Border Color

<div style="border:3px solid #68beeb">
Div here</div>

This div border color is #68beeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,190,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68beeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68beeb;
  -webkit-box-shadow: 1px 1px 3px 2px #68beeb;
  box-shadow:         1px 1px 3px 2px #68beeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,190,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 #68beeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68beeb


Comments

No comments written yet.

Please login to write comment.