Color Hex Logo

#95cada Color Hex

#95CADA
(149,202,218)
0 Favorites   0 Comments

Color spaces of #95cada

RGB 149202218
HSL0.540.480.72
HSV194°32°85°
CMYK 0.320.070.00   0.15
XYZ46.169853.692674.2600
Yxy53.69260.26520.3084
Hunter Lab73.2752-15.7611-8.7941
CIE-Lab78.2821-13.3427-13.4914

#95cada color RGB value is (149,202,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001010 11011010
Octal 225 312 332
Decimal 149 202 218
Hex 95 CA DA

RGB Percentages of Color #95cada

%26.19
%35.50
%38.31

CMYK Percentages of Color #95cada

%32
%7
%0
%15

Triadic Colors of #95cada

#95cada #da95ca #cada95

Analogous Colors of #95cada

#95cada #95a8da #95dac8

Monochromatic Colors of #95cada

#95cada

Complementary Color

#95cada #daa595

#95cada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cada Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cada Color CSS Codes

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

#95cada Text Font Color

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

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


#95cada Background Color

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

This div background color is #95cada


#95cada Border Color

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

This div border color is #95cada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cada


Comments

No comments written yet.

Please login to write comment.