Color Hex Logo

#94caef Color Hex

#94CAEF
(148,202,239)
0 Favorites   0 Comments

Color spaces of #94caef

RGB 148202239
HSL0.570.740.76
HSV204°38°94°
CMYK 0.380.150.00   0.06
XYZ48.913354.769089.6548
Yxy54.76900.25300.2833
Hunter Lab74.0061-11.5335-20.0227
CIE-Lab78.9080-8.4046-23.8223

#94caef color RGB value is (148,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 11001010 11101111
Octal 224 312 357
Decimal 148 202 239
Hex 94 CA EF

RGB Percentages of Color #94caef

%25.13
%34.30
%40.58

CMYK Percentages of Color #94caef

%38
%15
%0
%6

Triadic Colors of #94caef

#94caef #ef94ca #caef94

Analogous Colors of #94caef

#94caef #949def #94efe7

Monochromatic Colors of #94caef

#94caef

Complementary Color

#94caef #efb994

#94caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#94caef Color CSS Codes

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

#94caef Text Font Color

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

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


#94caef Background Color

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

This div background color is #94caef


#94caef Border Color

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

This div border color is #94caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94caef


Comments

No comments written yet.

Please login to write comment.