Color Hex Logo

#95efbc Color Hex

#95EFBC
(149,239,188)
0 Favorites   0 Comments

Color spaces of #95efbc

RGB 149239188
HSL0.410.740.76
HSV146°38°94°
CMYK 0.380.000.21   0.06
XYZ52.338071.753458.6682
Yxy71.75340.28640.3926
Hunter Lab84.7074-37.948418.2310
CIE-Lab87.8498-37.805316.3051

#95efbc color RGB value is (149,239,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11101111 10111100
Octal 225 357 274
Decimal 149 239 188
Hex 95 EF BC

RGB Percentages of Color #95efbc

%25.87
%41.49
%32.64

CMYK Percentages of Color #95efbc

%38
%0
%21
%6

Triadic Colors of #95efbc

#95efbc #bc95ef #efbc95

Analogous Colors of #95efbc

#95efbc #95efe9 #9bef95

Monochromatic Colors of #95efbc

#95efbc

Complementary Color

#95efbc #ef95c8

#95efbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95efbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#95efbc Color CSS Codes

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

#95efbc Text Font Color

<p style="color:#95efbc">Text here</p>

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


#95efbc Background Color

<div style="background-color:#95efbc">
Div content here</div>

This div background color is #95efbc


#95efbc Border Color

<div style="border:3px solid #95efbc">
Div here</div>

This div border color is #95efbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,239,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95efbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95efbc;
  -webkit-box-shadow: 1px 1px 3px 2px #95efbc;
  box-shadow:         1px 1px 3px 2px #95efbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95efbc


Comments

No comments written yet.

Please login to write comment.