Color Hex Logo

#95c1cf Color Hex

#95C1CF
(149,193,207)
0 Favorites   0 Comments

Color spaces of #95c1cf

RGB 149193207
HSL0.540.380.70
HSV194°28°81°
CMYK 0.280.070.00   0.19
XYZ42.726949.034566.2441
Yxy49.03450.27040.3103
Hunter Lab70.0246-13.6279-7.0718
CIE-Lab75.4728-11.2567-11.7581

#95c1cf color RGB value is (149,193,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11000001 11001111
Octal 225 301 317
Decimal 149 193 207
Hex 95 C1 CF

RGB Percentages of Color #95c1cf

%27.14
%35.15
%37.70

CMYK Percentages of Color #95c1cf

%28
%7
%0
%19

Triadic Colors of #95c1cf

#95c1cf #cf95c1 #c1cf95

Analogous Colors of #95c1cf

#95c1cf #95a4cf #95cfc0

Monochromatic Colors of #95c1cf

#95c1cf

Complementary Color

#95c1cf #cfa395

#95c1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95c1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95c1cf Color CSS Codes

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

#95c1cf Text Font Color

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

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


#95c1cf Background Color

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

This div background color is #95c1cf


#95c1cf Border Color

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

This div border color is #95c1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95c1cf


Comments

No comments written yet.

Please login to write comment.