Color Hex Logo

#66baeb Color Hex

#66BAEB
(102,186,235)
0 Favorites   0 Comments

Color spaces of #66baeb

RGB 102186235
HSL0.560.770.66
HSV202°57°92°
CMYK 0.570.210.00   0.08
XYZ38.033843.940885.0741
Yxy43.94080.22770.2630
Hunter Lab66.2879-13.5863-29.6915
CIE-Lab72.1889-11.6730-32.1584

#66baeb color RGB value is (102,186,235).

#66baeb hex color red value is 102, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #66baeb hue: 0.56 , saturation: 0.77 and the lightness value of 66baeb is 0.66.

The process color (four color CMYK) of #66baeb color hex is 0.57, 0.21, 0.00, 0.08. Web safe color of #66baeb is #66ccff. Color #66baeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111010 11101011
Octal 146 272 353
Decimal 102 186 235
Hex 66 BA EB

RGB Percentages of Color #66baeb

%19.50
%35.56
%44.93

CMYK Percentages of Color #66baeb

%57
%21
%0
%8

Triadic Colors of #66baeb

#66baeb #eb66ba #baeb66

Analogous Colors of #66baeb

#66baeb #6678eb #66ebda

Monochromatic Colors of #66baeb

#66baeb

Complementary Color

#66baeb #eb9766

#66baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66baeb Color CSS Codes

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

#66baeb Text Font Color

<p style="color:#66baeb">Text here</p>

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


#66baeb Background Color

<div style="background-color:#66baeb">
Div content here</div>

This div background color is #66baeb


#66baeb Border Color

<div style="border:3px solid #66baeb">
Div here</div>

This div border color is #66baeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,186,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66baeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66baeb;
  -webkit-box-shadow: 1px 1px 3px 2px #66baeb;
  box-shadow:         1px 1px 3px 2px #66baeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,186,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 #66baeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66baeb

#66baeb Color Palettes


Comments

No comments written yet.

Please login to write comment.