Color Hex Logo

#66bbfd Color Hex

#66BBFD
(102,187,253)
0 Favorites   0 Comments

Color spaces of #66bbfd

RGB 102187253
HSL0.570.970.70
HSV206°60°99°
CMYK 0.600.260.00   0.01
XYZ40.979445.457399.5428
Yxy45.45730.22030.2444
Hunter Lab67.4220-9.4955-40.3411
CIE-Lab73.1920-6.7203-40.3301

#66bbfd color RGB value is (102,187,253).

#66bbfd hex color red value is 102, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #66bbfd hue: 0.57 , saturation: 0.97 and the lightness value of 66bbfd is 0.70.

The process color (four color CMYK) of #66bbfd color hex is 0.60, 0.26, 0.00, 0.01. Web safe color of #66bbfd is #66ccff. Color #66bbfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10111011 11111101
Octal 146 273 375
Decimal 102 187 253
Hex 66 BB FD

RGB Percentages of Color #66bbfd

%18.82
%34.50
%46.68

CMYK Percentages of Color #66bbfd

%60
%26
%0
%1

Triadic Colors of #66bbfd

#66bbfd #fd66bb #bbfd66

Analogous Colors of #66bbfd

#66bbfd #6670fd #66fdf4

Monochromatic Colors of #66bbfd

#66bbfd

Complementary Color

#66bbfd #fda866

#66bbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66bbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66bbfd Color CSS Codes

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

#66bbfd Text Font Color

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

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


#66bbfd Background Color

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

This div background color is #66bbfd


#66bbfd Border Color

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

This div border color is #66bbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66bbfd


Comments

No comments written yet.

Please login to write comment.