Color Hex Logo

#95bccf Color Hex

#95BCCF
(149,188,207)
0 Favorites   0 Comments

Color spaces of #95bccf

RGB 149188207
HSL0.550.380.70
HSV200°28°81°
CMYK 0.280.090.00   0.19
XYZ41.640146.861065.8819
Yxy46.86100.26970.3035
Hunter Lab68.4551-11.2178-9.1428
CIE-Lab74.1008-8.6183-13.8142

#95bccf color RGB value is (149,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111100 11001111
Octal 225 274 317
Decimal 149 188 207
Hex 95 BC CF

RGB Percentages of Color #95bccf

%27.39
%34.56
%38.05

CMYK Percentages of Color #95bccf

%28
%9
%0
%19

Triadic Colors of #95bccf

#95bccf #cf95bc #bccf95

Analogous Colors of #95bccf

#95bccf #959fcf #95cfc5

Monochromatic Colors of #95bccf

#95bccf

Complementary Color

#95bccf #cfa895

#95bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95bccf Color CSS Codes

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

#95bccf Text Font Color

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

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


#95bccf Background Color

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

This div background color is #95bccf


#95bccf Border Color

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

This div border color is #95bccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,188,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 #95bccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95bccf


Comments

No comments written yet.

Please login to write comment.