Color Hex Logo

#95cacf Color Hex

#95CACF
(149,202,207)
0 Favorites   0 Comments

Color spaces of #95cacf

RGB 149202207
HSL0.510.380.70
HSV185°28°81°
CMYK 0.280.020.00   0.19
XYZ44.777453.135666.9277
Yxy53.13560.27160.3223
Hunter Lab72.8942-17.9159-3.4111
CIE-Lab77.9550-15.9242-8.0594

#95cacf color RGB value is (149,202,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001010 11001111
Octal 225 312 317
Decimal 149 202 207
Hex 95 CA CF

RGB Percentages of Color #95cacf

%26.70
%36.20
%37.10

CMYK Percentages of Color #95cacf

%28
%2
%0
%19

Triadic Colors of #95cacf

#95cacf #cf95ca #cacf95

Analogous Colors of #95cacf

#95cacf #95adcf #95cfb7

Monochromatic Colors of #95cacf

#95cacf

Complementary Color

#95cacf #cf9a95

#95cacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cacf Color CSS Codes

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

#95cacf Text Font Color

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

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


#95cacf Background Color

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

This div background color is #95cacf


#95cacf Border Color

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

This div border color is #95cacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cacf


Comments

No comments written yet.

Please login to write comment.