Color Hex Logo

#94accb Color Hex

#94ACCB
(148,172,203)
0 Favorites   0 Comments

Color spaces of #94accb

RGB 148172203
HSL0.590.350.69
HSV214°27°80°
CMYK 0.270.150.00   0.20
XYZ37.744840.112762.2531
Yxy40.11270.26940.2863
Hunter Lab63.3346-4.4569-13.9434
CIE-Lab69.5497-1.2328-18.4962

#94accb color RGB value is (148,172,203).

#94accb hex color red value is 148, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #94accb hue: 0.59 , saturation: 0.35 and the lightness value of 94accb is 0.69.

The process color (four color CMYK) of #94accb color hex is 0.27, 0.15, 0.00, 0.20. Web safe color of #94accb is #9999cc. Color #94accb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101100 11001011
Octal 224 254 313
Decimal 148 172 203
Hex 94 AC CB

RGB Percentages of Color #94accb

%28.30
%32.89
%38.81

CMYK Percentages of Color #94accb

%27
%15
%0
%20

Triadic Colors of #94accb

#94accb #cb94ac #accb94

Analogous Colors of #94accb

#94accb #9894cb #94c8cb

Monochromatic Colors of #94accb

#94accb

Complementary Color

#94accb #cbb394

#94accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#94accb Color CSS Codes

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

#94accb Text Font Color

<p style="color:#94accb">Text here</p>

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


#94accb Background Color

<div style="background-color:#94accb">
Div content here</div>

This div background color is #94accb


#94accb Border Color

<div style="border:3px solid #94accb">
Div here</div>

This div border color is #94accb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,172,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94accb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94accb;
  -webkit-box-shadow: 1px 1px 3px 2px #94accb;
  box-shadow:         1px 1px 3px 2px #94accb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94accb


Comments

No comments written yet.

Please login to write comment.