Color Hex Logo

#93efbd Color Hex

#93EFBD
(147,239,189)
0 Favorites   0 Comments

Color spaces of #93efbd

RGB 147239189
HSL0.410.740.76
HSV147°38°94°
CMYK 0.380.000.21   0.06
XYZ52.084471.610259.2211
Yxy71.61020.28470.3915
Hunter Lab84.6228-38.225117.7434
CIE-Lab87.7806-38.170415.6762

#93efbd color RGB value is (147,239,189).

#93efbd hex color red value is 147, green value is 239 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #93efbd hue: 0.41 , saturation: 0.74 and the lightness value of 93efbd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11101111 10111101
Octal 223 357 275
Decimal 147 239 189
Hex 93 EF BD

RGB Percentages of Color #93efbd

%25.57
%41.57
%32.87

CMYK Percentages of Color #93efbd

%38
%0
%21
%6

Triadic Colors of #93efbd

#93efbd #bd93ef #efbd93

Analogous Colors of #93efbd

#93efbd #93efeb #97ef93

Monochromatic Colors of #93efbd

#93efbd

Complementary Color

#93efbd #ef93c5

#93efbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93efbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#93efbd Color CSS Codes

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

#93efbd Text Font Color

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

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


#93efbd Background Color

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

This div background color is #93efbd


#93efbd Border Color

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

This div border color is #93efbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,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 #93efbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93efbd


Comments

No comments written yet.

Please login to write comment.