Color Hex Logo

#68cbeb Color Hex

#68CBEB
(104,203,235)
0 Favorites   0 Comments

Color spaces of #68cbeb

RGB 104203235
HSL0.540.770.66
HSV195°56°92°
CMYK 0.560.140.00   0.08
XYZ42.060351.653186.3505
Yxy51.65310.23360.2869
Hunter Lab71.8701-21.3097-20.9267
CIE-Lab77.0729-20.1563-24.6543

#68cbeb color RGB value is (104,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 11001011 11101011
Octal 150 313 353
Decimal 104 203 235
Hex 68 CB EB

RGB Percentages of Color #68cbeb

%19.19
%37.45
%43.36

CMYK Percentages of Color #68cbeb

%56
%14
%0
%8

Triadic Colors of #68cbeb

#68cbeb #eb68cb #cbeb68

Analogous Colors of #68cbeb

#68cbeb #688aeb #68ebca

Monochromatic Colors of #68cbeb

#68cbeb

Complementary Color

#68cbeb #eb8868

#68cbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68cbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#68cbeb Color CSS Codes

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

#68cbeb Text Font Color

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

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


#68cbeb Background Color

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

This div background color is #68cbeb


#68cbeb Border Color

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

This div border color is #68cbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68cbeb


Comments

No comments written yet.

Please login to write comment.