Color Hex Logo

#93efbf Color Hex

#93EFBF
(147,239,191)
0 Favorites   0 Comments

Color spaces of #93efbf

RGB 147239191
HSL0.410.740.76
HSV149°38°94°
CMYK 0.380.000.20   0.06
XYZ52.303171.697660.3726
Yxy71.69760.28370.3889
Hunter Lab84.6744-37.921416.9985
CIE-Lab87.8228-37.780414.6977

#93efbf color RGB value is (147,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 11101111 10111111
Octal 223 357 277
Decimal 147 239 191
Hex 93 EF BF

RGB Percentages of Color #93efbf

%25.48
%41.42
%33.10

CMYK Percentages of Color #93efbf

%38
%0
%20
%6

Triadic Colors of #93efbf

#93efbf #bf93ef #efbf93

Analogous Colors of #93efbf

#93efbf #93efed #95ef93

Monochromatic Colors of #93efbf

#93efbf

Complementary Color

#93efbf #ef93c3

#93efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#93efbf Color CSS Codes

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

#93efbf Text Font Color

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

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


#93efbf Background Color

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

This div background color is #93efbf


#93efbf Border Color

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

This div border color is #93efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93efbf


Comments

No comments written yet.

Please login to write comment.