Color Hex Logo

#95dacf Color Hex

#95DACF
(149,218,207)
0 Favorites   0 Comments

Color spaces of #95dacf

RGB 149218207
HSL0.470.480.72
HSV170°32°85°
CMYK 0.320.000.05   0.15
XYZ48.728361.037468.2446
Yxy61.03740.27370.3429
Hunter Lab78.1264-25.38892.8978
CIE-Lab82.3988-23.9570-1.5057

#95dacf color RGB value is (149,218,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011010 11001111
Octal 225 332 317
Decimal 149 218 207
Hex 95 DA CF

RGB Percentages of Color #95dacf

%25.96
%37.98
%36.06

CMYK Percentages of Color #95dacf

%32
%0
%5
%15

Triadic Colors of #95dacf

#95dacf #cf95da #dacf95

Analogous Colors of #95dacf

#95dacf #95c3da #95daad

Monochromatic Colors of #95dacf

#95dacf

Complementary Color

#95dacf #da95a0

#95dacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95dacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#95dacf Color CSS Codes

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

#95dacf Text Font Color

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

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


#95dacf Background Color

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

This div background color is #95dacf


#95dacf Border Color

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

This div border color is #95dacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95dacf


Comments

No comments written yet.

Please login to write comment.