Color Hex Logo

#66edfd Color Hex

#66EDFD
(102,237,253)
0 Favorites   0 Comments

Color spaces of #66edfd

RGB 102237253
HSL0.520.970.70
HSV186°60°99°
CMYK 0.600.060.00   0.01
XYZ53.493370.4850103.7141
Yxy70.48500.23490.3096
Hunter Lab83.9553-33.1881-14.4751
CIE-Lab87.2342-32.1585-18.7938

#66edfd color RGB value is (102,237,253).

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

The process color (four color CMYK) of #66edfd color hex is 0.60, 0.06, 0.00, 0.01. Web safe color of #66edfd is #66ffff. Color #66edfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101101 11111101
Octal 146 355 375
Decimal 102 237 253
Hex 66 ED FD

RGB Percentages of Color #66edfd

%17.23
%40.03
%42.74

CMYK Percentages of Color #66edfd

%60
%6
%0
%1

Triadic Colors of #66edfd

#66edfd #fd66ed #edfd66

Analogous Colors of #66edfd

#66edfd #66a2fd #66fdc2

Monochromatic Colors of #66edfd

#66edfd

Complementary Color

#66edfd #fd7666

#66edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66edfd Color CSS Codes

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

#66edfd Text Font Color

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

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


#66edfd Background Color

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

This div background color is #66edfd


#66edfd Border Color

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

This div border color is #66edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66edfd

Related Colors


Comments

No comments written yet.

Please login to write comment.