Color Hex Logo

#66ebbb Color Hex

#66EBBB
(102,235,187)
0 Favorites   0 Comments

Color spaces of #66ebbb

RGB 102235187
HSL0.440.770.66
HSV158°57°92°
CMYK 0.570.000.20   0.08
XYZ44.157565.829357.3927
Yxy65.82930.26380.3933
Hunter Lab81.1353-44.838914.8547
CIE-Lab84.9093-47.703212.4234

#66ebbb color RGB value is (102,235,187).

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

The process color (four color CMYK) of #66ebbb color hex is 0.57, 0.00, 0.20, 0.08. Web safe color of #66ebbb is #66ffcc. Color #66ebbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 11101011 10111011
Octal 146 353 273
Decimal 102 235 187
Hex 66 EB BB

RGB Percentages of Color #66ebbb

%19.47
%44.85
%35.69

CMYK Percentages of Color #66ebbb

%57
%0
%20
%8

Triadic Colors of #66ebbb

#66ebbb #bb66eb #ebbb66

Analogous Colors of #66ebbb

#66ebbb #66d9eb #66eb79

Monochromatic Colors of #66ebbb

#66ebbb

Complementary Color

#66ebbb #eb6696

#66ebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ebbb Color CSS Codes

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

#66ebbb Text Font Color

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

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


#66ebbb Background Color

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

This div background color is #66ebbb


#66ebbb Border Color

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

This div border color is #66ebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ebbb


Comments

No comments written yet.

Please login to write comment.