Color Hex Logo

#95bfcf Color Hex

#95BFCF
(149,191,207)
0 Favorites   0 Comments

Color spaces of #95bfcf

RGB 149191207
HSL0.550.380.70
HSV197°28°81°
CMYK 0.280.080.00   0.19
XYZ42.287748.156266.0978
Yxy48.15620.27010.3076
Hunter Lab69.3947-12.6664-7.8969
CIE-Lab74.9233-10.2053-12.5806

#95bfcf color RGB value is (149,191,207).

#95bfcf hex color red value is 149, green value is 191 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #95bfcf hue: 0.55 , saturation: 0.38 and the lightness value of 95bfcf is 0.70.

The process color (four color CMYK) of #95bfcf color hex is 0.28, 0.08, 0.00, 0.19. Web safe color of #95bfcf is #99cccc. Color #95bfcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111111 11001111
Octal 225 277 317
Decimal 149 191 207
Hex 95 BF CF

RGB Percentages of Color #95bfcf

%27.24
%34.92
%37.84

CMYK Percentages of Color #95bfcf

%28
%8
%0
%19

Triadic Colors of #95bfcf

#95bfcf #cf95bf #bfcf95

Analogous Colors of #95bfcf

#95bfcf #95a2cf #95cfc2

Monochromatic Colors of #95bfcf

#95bfcf

Complementary Color

#95bfcf #cfa595

#95bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bfcf Color CSS Codes

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

#95bfcf Text Font Color

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

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


#95bfcf Background Color

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

This div background color is #95bfcf


#95bfcf Border Color

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

This div border color is #95bfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bfcf


Comments

No comments written yet.

Please login to write comment.