Color Hex Logo

#66b4eb Color Hex

#66B4EB
(102,180,235)
0 Favorites   0 Comments

Color spaces of #66b4eb

RGB 102180235
HSL0.570.770.66
HSV205°57°92°
CMYK 0.570.230.00   0.08
XYZ36.796141.465584.6615
Yxy41.46550.22580.2545
Hunter Lab64.3937-10.6898-32.8758
CIE-Lab70.5008-8.4377-34.7706

#66b4eb color RGB value is (102,180,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 10110100 11101011
Octal 146 264 353
Decimal 102 180 235
Hex 66 B4 EB

RGB Percentages of Color #66b4eb

%19.73
%34.82
%45.45

CMYK Percentages of Color #66b4eb

%57
%23
%0
%8

Triadic Colors of #66b4eb

#66b4eb #eb66b4 #b4eb66

Analogous Colors of #66b4eb

#66b4eb #6672eb #66ebe0

Monochromatic Colors of #66b4eb

#66b4eb

Complementary Color

#66b4eb #eb9d66

#66b4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66b4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66b4eb Color CSS Codes

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

#66b4eb Text Font Color

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

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


#66b4eb Background Color

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

This div background color is #66b4eb


#66b4eb Border Color

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

This div border color is #66b4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66b4eb


Comments

No comments written yet.

Please login to write comment.