Color Hex Logo

#68beec Color Hex

#68BEEC
(104,190,236)
0 Favorites   0 Comments

Color spaces of #68beec

RGB 104190236
HSL0.560.780.67
HSV201°56°93°
CMYK 0.560.190.00   0.07
XYZ39.262745.826186.1328
Yxy45.82610.22930.2676
Hunter Lab67.6950-14.9372-28.0521
CIE-Lab73.4326-13.1072-30.7752

#68beec color RGB value is (104,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111110 11101100
Octal 150 276 354
Decimal 104 190 236
Hex 68 BE EC

RGB Percentages of Color #68beec

%19.62
%35.85
%44.53

CMYK Percentages of Color #68beec

%56
%19
%0
%7

Triadic Colors of #68beec

#68beec #ec68be #beec68

Analogous Colors of #68beec

#68beec #687cec #68ecd8

Monochromatic Colors of #68beec

#68beec

Complementary Color

#68beec #ec9668

#68beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#68beec Color CSS Codes

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

#68beec Text Font Color

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

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


#68beec Background Color

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

This div background color is #68beec


#68beec Border Color

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

This div border color is #68beec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,190,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68beec


Comments

No comments written yet.

Please login to write comment.