Color Hex Logo

#95beca Color Hex

#95BECA
(149,190,202)
0 Favorites   0 Comments

Color spaces of #95beca

RGB 149190202
HSL0.540.330.69
HSV194°26°79°
CMYK 0.260.060.00   0.21
XYZ41.468647.480762.8562
Yxy47.48070.27320.3128
Hunter Lab68.9062-13.1625-5.8499
CIE-Lab74.4962-10.8448-10.5021

#95beca color RGB value is (149,190,202).

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

The process color (four color CMYK) of #95beca color hex is 0.26, 0.06, 0.00, 0.21. Web safe color of #95beca is #99cccc. Color #95beca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10111110 11001010
Octal 225 276 312
Decimal 149 190 202
Hex 95 BE CA

RGB Percentages of Color #95beca

%27.54
%35.12
%37.34

CMYK Percentages of Color #95beca

%26
%6
%0
%21

Triadic Colors of #95beca

#95beca #ca95be #beca95

Analogous Colors of #95beca

#95beca #95a4ca #95cabc

Monochromatic Colors of #95beca

#95beca

Complementary Color

#95beca #caa195

#95beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#95beca Color CSS Codes

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

#95beca Text Font Color

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

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


#95beca Background Color

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

This div background color is #95beca


#95beca Border Color

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

This div border color is #95beca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95beca


Comments

No comments written yet.

Please login to write comment.