Color Hex Logo

#66cefb Color Hex

#66CEFB
(102,206,251)
0 Favorites   0 Comments

Color spaces of #66cefb

RGB 102206251
HSL0.550.950.69
HSV198°59°98°
CMYK 0.590.180.00   0.02
XYZ44.963453.932499.3070
Yxy53.93240.22690.2721
Hunter Lab73.4387-19.2297-28.7675
CIE-Lab78.4223-17.4005-31.1589

#66cefb color RGB value is (102,206,251).

#66cefb hex color red value is 102, green value is 206 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #66cefb hue: 0.55 , saturation: 0.95 and the lightness value of 66cefb is 0.69.

The process color (four color CMYK) of #66cefb color hex is 0.59, 0.18, 0.00, 0.02. Web safe color of #66cefb is #66ccff. Color #66cefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11001110 11111011
Octal 146 316 373
Decimal 102 206 251
Hex 66 CE FB

RGB Percentages of Color #66cefb

%18.25
%36.85
%44.90

CMYK Percentages of Color #66cefb

%59
%18
%0
%2

Triadic Colors of #66cefb

#66cefb #fb66ce #cefb66

Analogous Colors of #66cefb

#66cefb #6684fb #66fbde

Monochromatic Colors of #66cefb

#66cefb

Complementary Color

#66cefb #fb9366

#66cefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66cefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66cefb Color CSS Codes

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

#66cefb Text Font Color

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

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


#66cefb Background Color

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

This div background color is #66cefb


#66cefb Border Color

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

This div border color is #66cefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66cefb

Related Colors


Comments

No comments written yet.

Please login to write comment.