Color Hex Logo

#95bfda Color Hex

#95BFDA
(149,191,218)
0 Favorites   0 Comments

Color spaces of #95bfda

RGB 149191218
HSL0.570.480.72
HSV203°32°85°
CMYK 0.320.120.00   0.15
XYZ43.680148.713173.4301
Yxy48.71310.26340.2938
Hunter Lab69.7948-10.4291-13.5218
CIE-Lab75.2725-7.5660-18.0222

#95bfda color RGB value is (149,191,218).

#95bfda hex color red value is 149, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #95bfda hue: 0.57 , saturation: 0.48 and the lightness value of 95bfda is 0.72.

The process color (four color CMYK) of #95bfda color hex is 0.32, 0.12, 0.00, 0.15. Web safe color of #95bfda is #99cccc. Color #95bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111111 11011010
Octal 225 277 332
Decimal 149 191 218
Hex 95 BF DA

RGB Percentages of Color #95bfda

%26.70
%34.23
%39.07

CMYK Percentages of Color #95bfda

%32
%12
%0
%15

Triadic Colors of #95bfda

#95bfda #da95bf #bfda95

Analogous Colors of #95bfda

#95bfda #959dda #95dad3

Monochromatic Colors of #95bfda

#95bfda

Complementary Color

#95bfda #dab095

#95bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bfda Color CSS Codes

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

#95bfda Text Font Color

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

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


#95bfda Background Color

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

This div background color is #95bfda


#95bfda Border Color

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

This div border color is #95bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bfda


Comments

No comments written yet.

Please login to write comment.