Color Hex Logo

#66efbd Color Hex

#66EFBD
(102,239,189)
0 Favorites   0 Comments

Color spaces of #66efbd

RGB 102239189
HSL0.440.810.67
HSV158°57°94°
CMYK 0.570.000.21   0.06
XYZ45.531368.231958.9144
Yxy68.23190.26370.3951
Hunter Lab82.6026-46.163715.5346
CIE-Lab86.1223-48.956713.0993

#66efbd color RGB value is (102,239,189).

#66efbd hex color red value is 102, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #66efbd hue: 0.44 , saturation: 0.81 and the lightness value of 66efbd is 0.67.

The process color (four color CMYK) of #66efbd color hex is 0.57, 0.00, 0.21, 0.06. Web safe color of #66efbd is #66ffcc. Color #66efbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101111 10111101
Octal 146 357 275
Decimal 102 239 189
Hex 66 EF BD

RGB Percentages of Color #66efbd

%19.25
%45.09
%35.66

CMYK Percentages of Color #66efbd

%57
%0
%21
%6

Triadic Colors of #66efbd

#66efbd #bd66ef #efbd66

Analogous Colors of #66efbd

#66efbd #66ddef #66ef79

Monochromatic Colors of #66efbd

#66efbd

Complementary Color

#66efbd #ef6698

#66efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#66efbd Color CSS Codes

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

#66efbd Text Font Color

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

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


#66efbd Background Color

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

This div background color is #66efbd


#66efbd Border Color

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

This div border color is #66efbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66efbd


Comments

No comments written yet.

Please login to write comment.