Color Hex Logo

#94abec Color Hex

#94ABEC
(148,171,236)
0 Favorites   0 Comments

Color spaces of #94abec

RGB 148171236
HSL0.620.700.75
HSV224°37°93°
CMYK 0.370.280.00   0.07
XYZ41.916041.477885.1537
Yxy41.47780.24870.2461
Hunter Lab64.40333.4686-33.3107
CIE-Lab70.50947.6987-35.1116

#94abec color RGB value is (148,171,236).

#94abec hex color red value is 148, green value is 171 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #94abec hue: 0.62 , saturation: 0.70 and the lightness value of 94abec is 0.75.

The process color (four color CMYK) of #94abec color hex is 0.37, 0.28, 0.00, 0.07. Web safe color of #94abec is #9999ff. Color #94abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10101011 11101100
Octal 224 253 354
Decimal 148 171 236
Hex 94 AB EC

RGB Percentages of Color #94abec

%26.67
%30.81
%42.52

CMYK Percentages of Color #94abec

%37
%28
%0
%7

Triadic Colors of #94abec

#94abec #ec94ab #abec94

Analogous Colors of #94abec

#94abec #a994ec #94d7ec

Monochromatic Colors of #94abec

#94abec

Complementary Color

#94abec #ecd594

#94abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#94abec Color CSS Codes

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

#94abec Text Font Color

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

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


#94abec Background Color

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

This div background color is #94abec


#94abec Border Color

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

This div border color is #94abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94abec


Comments

No comments written yet.

Please login to write comment.