Color Hex Logo

#94c0ec Color Hex

#94C0EC
(148,192,236)
0 Favorites   0 Comments

Color spaces of #94c0ec

RGB 148192236
HSL0.580.700.75
HSV210°37°93°
CMYK 0.370.190.00   0.07
XYZ46.202750.051386.5826
Yxy50.05130.25270.2737
Hunter Lab70.7469-7.2342-23.0383
CIE-Lab76.1007-3.8468-26.4963

#94c0ec color RGB value is (148,192,236).

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

The process color (four color CMYK) of #94c0ec color hex is 0.37, 0.19, 0.00, 0.07. Web safe color of #94c0ec is #99ccff. Color #94c0ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11000000 11101100
Octal 224 300 354
Decimal 148 192 236
Hex 94 C0 EC

RGB Percentages of Color #94c0ec

%25.69
%33.33
%40.97

CMYK Percentages of Color #94c0ec

%37
%19
%0
%7

Triadic Colors of #94c0ec

#94c0ec #ec94c0 #c0ec94

Analogous Colors of #94c0ec

#94c0ec #9494ec #94ecec

Monochromatic Colors of #94c0ec

#94c0ec

Complementary Color

#94c0ec #ecc094

#94c0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94c0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#94c0ec Color CSS Codes

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

#94c0ec Text Font Color

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

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


#94c0ec Background Color

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

This div background color is #94c0ec


#94c0ec Border Color

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

This div border color is #94c0ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,192,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 #94c0ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94c0ec

#94c0ec Color Palettes


Comments

No comments written yet.

Please login to write comment.