Color Hex Logo

#94ceef Color Hex

#94CEEF
(148,206,239)
0 Favorites   0 Comments

Color spaces of #94ceef

RGB 148206239
HSL0.560.740.76
HSV202°38°94°
CMYK 0.380.140.00   0.06
XYZ49.864056.670589.9717
Yxy56.67050.25380.2884
Hunter Lab75.2798-13.5045-18.1654
CIE-Lab79.9939-10.5058-22.1706

#94ceef color RGB value is (148,206,239).

#94ceef hex color red value is 148, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #94ceef hue: 0.56 , saturation: 0.74 and the lightness value of 94ceef is 0.76.

The process color (four color CMYK) of #94ceef color hex is 0.38, 0.14, 0.00, 0.06. Web safe color of #94ceef is #99ccff. Color #94ceef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11001110 11101111
Octal 224 316 357
Decimal 148 206 239
Hex 94 CE EF

RGB Percentages of Color #94ceef

%24.96
%34.74
%40.30

CMYK Percentages of Color #94ceef

%38
%14
%0
%6

Triadic Colors of #94ceef

#94ceef #ef94ce #ceef94

Analogous Colors of #94ceef

#94ceef #94a1ef #94efe3

Monochromatic Colors of #94ceef

#94ceef

Complementary Color

#94ceef #efb594

#94ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#94ceef Color CSS Codes

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

#94ceef Text Font Color

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

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


#94ceef Background Color

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

This div background color is #94ceef


#94ceef Border Color

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

This div border color is #94ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94ceef


Comments

No comments written yet.

Please login to write comment.