Color Hex Logo

#68bdea Color Hex

#68BDEA
(104,189,234)
0 Favorites   0 Comments

Color spaces of #68bdea

RGB 104189234
HSL0.560.760.66
HSV201°56°92°
CMYK 0.560.190.00   0.08
XYZ38.757845.278884.5388
Yxy45.27880.22990.2686
Hunter Lab67.2895-14.9432-27.3860
CIE-Lab73.0751-13.1695-30.2433

#68bdea color RGB value is (104,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111101 11101010
Octal 150 275 352
Decimal 104 189 234
Hex 68 BD EA

RGB Percentages of Color #68bdea

%19.73
%35.86
%44.40

CMYK Percentages of Color #68bdea

%56
%19
%0
%8

Triadic Colors of #68bdea

#68bdea #ea68bd #bdea68

Analogous Colors of #68bdea

#68bdea #687cea #68ead6

Monochromatic Colors of #68bdea

#68bdea

Complementary Color

#68bdea #ea9568

#68bdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bdea Color CSS Codes

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

#68bdea Text Font Color

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

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


#68bdea Background Color

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

This div background color is #68bdea


#68bdea Border Color

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

This div border color is #68bdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bdea


Comments

No comments written yet.

Please login to write comment.