Color Hex Logo

#66b3ee Color Hex

#66B3EE
(102,179,238)
0 Favorites   0 Comments

Color spaces of #66b3ee

RGB 102179238
HSL0.570.800.67
HSV206°57°93°
CMYK 0.570.250.00   0.07
XYZ37.032241.238086.8968
Yxy41.23800.22420.2497
Hunter Lab64.2168-9.4430-35.2782
CIE-Lab70.3423-6.9768-36.6484

#66b3ee color RGB value is (102,179,238).

#66b3ee hex color red value is 102, green value is 179 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #66b3ee hue: 0.57 , saturation: 0.80 and the lightness value of 66b3ee is 0.67.

The process color (four color CMYK) of #66b3ee color hex is 0.57, 0.25, 0.00, 0.07. Web safe color of #66b3ee is #66ccff. Color #66b3ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10110011 11101110
Octal 146 263 356
Decimal 102 179 238
Hex 66 B3 EE

RGB Percentages of Color #66b3ee

%19.65
%34.49
%45.86

CMYK Percentages of Color #66b3ee

%57
%25
%0
%7

Triadic Colors of #66b3ee

#66b3ee #ee66b3 #b3ee66

Analogous Colors of #66b3ee

#66b3ee #666fee #66eee5

Monochromatic Colors of #66b3ee

#66b3ee

Complementary Color

#66b3ee #eea166

#66b3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66b3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#66b3ee Color CSS Codes

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

#66b3ee Text Font Color

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

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


#66b3ee Background Color

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

This div background color is #66b3ee


#66b3ee Border Color

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

This div border color is #66b3ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,179,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66b3ee


Comments

No comments written yet.

Please login to write comment.