Color Hex Logo

#68bdec Color Hex

#68BDEC
(104,189,236)
0 Favorites   0 Comments

Color spaces of #68bdec

RGB 104189236
HSL0.560.780.67
HSV201°56°93°
CMYK 0.560.200.00   0.07
XYZ39.046845.394486.0609
Yxy45.39440.22900.2662
Hunter Lab67.3754-14.4588-28.5704
CIE-Lab73.1508-12.5767-31.2094

#68bdec color RGB value is (104,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 10111101 11101100
Octal 150 275 354
Decimal 104 189 236
Hex 68 BD EC

RGB Percentages of Color #68bdec

%19.66
%35.73
%44.61

CMYK Percentages of Color #68bdec

%56
%20
%0
%7

Triadic Colors of #68bdec

#68bdec #ec68bd #bdec68

Analogous Colors of #68bdec

#68bdec #687bec #68ecd9

Monochromatic Colors of #68bdec

#68bdec

Complementary Color

#68bdec #ec9768

#68bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#68bdec Color CSS Codes

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

#68bdec Text Font Color

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

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


#68bdec Background Color

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

This div background color is #68bdec


#68bdec Border Color

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

This div border color is #68bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68bdec


Comments

No comments written yet.

Please login to write comment.