Color Hex Logo

#95ddfe Color Hex

#95DDFE
(149,221,254)
0 Favorites   0 Comments

Color spaces of #95ddfe

RGB 149221254
HSL0.550.980.79
HSV199°41°100°
CMYK 0.410.130.00   0.00
XYZ56.140365.2582103.4031
Yxy65.25820.24970.2903
Hunter Lab80.7825-17.3198-19.3445
CIE-Lab84.6166-14.1761-23.1099

#95ddfe color RGB value is (149,221,254).

#95ddfe hex color red value is 149, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #95ddfe hue: 0.55 , saturation: 0.98 and the lightness value of 95ddfe is 0.79.

The process color (four color CMYK) of #95ddfe color hex is 0.41, 0.13, 0.00, 0.00. Web safe color of #95ddfe is #99ccff. Color #95ddfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11011101 11111110
Octal 225 335 376
Decimal 149 221 254
Hex 95 DD FE

RGB Percentages of Color #95ddfe

%23.88
%35.42
%40.71

CMYK Percentages of Color #95ddfe

%41
%13
%0
%0

Triadic Colors of #95ddfe

#95ddfe #fe95dd #ddfe95

Analogous Colors of #95ddfe

#95ddfe #95a9fe #95feeb

Monochromatic Colors of #95ddfe

#95ddfe

Complementary Color

#95ddfe #feb695

#95ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#95ddfe Color CSS Codes

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

#95ddfe Text Font Color

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

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


#95ddfe Background Color

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

This div background color is #95ddfe


#95ddfe Border Color

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

This div border color is #95ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95ddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.