Color Hex Logo

#95cfff Color Hex

#95CFFF
(149,207,255)
0 Favorites   0 Comments

Color spaces of #95cfff

RGB 149207255
HSL0.581.000.79
HSV207°42°100°
CMYK 0.420.190.00   0.00
XYZ52.757258.2352103.0677
Yxy58.23520.24650.2721
Hunter Lab76.3120-10.1426-26.6592
CIE-Lab80.8694-6.6263-29.3579

#95cfff color RGB value is (149,207,255).

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

The process color (four color CMYK) of #95cfff color hex is 0.42, 0.19, 0.00, 0.00. Web safe color of #95cfff is #99ccff. Color #95cfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 11001111 11111111
Octal 225 317 377
Decimal 149 207 255
Hex 95 CF FF

RGB Percentages of Color #95cfff

%24.39
%33.88
%41.73

CMYK Percentages of Color #95cfff

%42
%19
%0
%0

Triadic Colors of #95cfff

#95cfff #ff95cf #cfff95

Analogous Colors of #95cfff

#95cfff #959aff #95fffa

Monochromatic Colors of #95cfff

#95cfff

Complementary Color

#95cfff #ffc595

#95cfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95cfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#95cfff Color CSS Codes

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

#95cfff Text Font Color

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

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


#95cfff Background Color

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

This div background color is #95cfff


#95cfff Border Color

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

This div border color is #95cfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95cfff


Comments

No comments written yet.

Please login to write comment.