Color Hex Logo

#68bcea Color Hex

#68BCEA
(104,188,234)
0 Favorites   0 Comments

Color spaces of #68bcea

RGB 104188234
HSL0.560.760.66
HSV201°56°92°
CMYK 0.560.200.00   0.08
XYZ38.543444.850084.4674
Yxy44.85000.22960.2672
Hunter Lab66.9701-14.4654-27.9016
CIE-Lab72.7930-12.6386-30.6779

#68bcea color RGB value is (104,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111100 11101010
Octal 150 274 352
Decimal 104 188 234
Hex 68 BC EA

RGB Percentages of Color #68bcea

%19.77
%35.74
%44.49

CMYK Percentages of Color #68bcea

%56
%20
%0
%8

Triadic Colors of #68bcea

#68bcea #ea68bc #bcea68

Analogous Colors of #68bcea

#68bcea #687bea #68ead7

Monochromatic Colors of #68bcea

#68bcea

Complementary Color

#68bcea #ea9668

#68bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bcea Color CSS Codes

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

#68bcea Text Font Color

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

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


#68bcea Background Color

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

This div background color is #68bcea


#68bcea Border Color

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

This div border color is #68bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bcea


Comments

No comments written yet.

Please login to write comment.