Color Hex Logo

#95cbfd Color Hex

#95CBFD
(149,203,253)
0 Favorites   0 Comments

Color spaces of #95cbfd

RGB 149203253
HSL0.580.960.79
HSV209°41°99°
CMYK 0.410.200.00   0.01
XYZ51.480056.1933101.0616
Yxy56.19330.24660.2692
Hunter Lab74.9622-8.5996-27.4593
CIE-Lab79.7237-5.0311-30.0508

#95cbfd color RGB value is (149,203,253).

#95cbfd hex color red value is 149, green value is 203 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #95cbfd hue: 0.58 , saturation: 0.96 and the lightness value of 95cbfd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001011 11111101
Octal 225 313 375
Decimal 149 203 253
Hex 95 CB FD

RGB Percentages of Color #95cbfd

%24.63
%33.55
%41.82

CMYK Percentages of Color #95cbfd

%41
%20
%0
%1

Triadic Colors of #95cbfd

#95cbfd #fd95cb #cbfd95

Analogous Colors of #95cbfd

#95cbfd #9597fd #95fdfb

Monochromatic Colors of #95cbfd

#95cbfd

Complementary Color

#95cbfd #fdc795

#95cbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cbfd Color CSS Codes

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

#95cbfd Text Font Color

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

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


#95cbfd Background Color

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

This div background color is #95cbfd


#95cbfd Border Color

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

This div border color is #95cbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cbfd


Comments

No comments written yet.

Please login to write comment.