Color Hex Logo

#95e1f1 Color Hex

#95E1F1
(149,225,241)
0 Favorites   0 Comments

Color spaces of #95e1f1

RGB 149225241
HSL0.530.770.76
HSV190°38°95°
CMYK 0.380.070.00   0.05
XYZ55.196866.590993.1632
Yxy66.59090.25680.3098
Hunter Lab81.6032-22.0675-10.5668
CIE-Lab85.2969-19.4719-15.2209

#95e1f1 color RGB value is (149,225,241).

#95e1f1 hex color red value is 149, green value is 225 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #95e1f1 hue: 0.53 , saturation: 0.77 and the lightness value of 95e1f1 is 0.76.

The process color (four color CMYK) of #95e1f1 color hex is 0.38, 0.07, 0.00, 0.05. Web safe color of #95e1f1 is #99ccff. Color #95e1f1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11100001 11110001
Octal 225 341 361
Decimal 149 225 241
Hex 95 E1 F1

RGB Percentages of Color #95e1f1

%24.23
%36.59
%39.19

CMYK Percentages of Color #95e1f1

%38
%7
%0
%5

Triadic Colors of #95e1f1

#95e1f1 #f195e1 #e1f195

Analogous Colors of #95e1f1

#95e1f1 #95b3f1 #95f1d3

Monochromatic Colors of #95e1f1

#95e1f1

Complementary Color

#95e1f1 #f1a595

#95e1f1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95e1f1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#95e1f1 Color CSS Codes

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

#95e1f1 Text Font Color

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

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


#95e1f1 Background Color

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

This div background color is #95e1f1


#95e1f1 Border Color

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

This div border color is #95e1f1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95e1f1


Comments

No comments written yet.

Please login to write comment.