Color Hex Logo

#94effd Color Hex

#94EFFD
(148,239,253)
0 Favorites   0 Comments

Color spaces of #94effd

RGB 148239253
HSL0.520.960.79
HSV188°42°99°
CMYK 0.420.060.00   0.01
XYZ60.808975.1208104.2233
Yxy75.12080.25320.3128
Hunter Lab86.6723-26.4416-10.6256
CIE-Lab89.4495-23.6870-15.2957

#94effd color RGB value is (148,239,253).

#94effd hex color red value is 148, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #94effd hue: 0.52 , saturation: 0.96 and the lightness value of 94effd is 0.79.

The process color (four color CMYK) of #94effd color hex is 0.42, 0.06, 0.00, 0.01. Web safe color of #94effd is #99ffff. Color #94effd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 11101111 11111101
Octal 224 357 375
Decimal 148 239 253
Hex 94 EF FD

RGB Percentages of Color #94effd

%23.13
%37.34
%39.53

CMYK Percentages of Color #94effd

%42
%6
%0
%1

Triadic Colors of #94effd

#94effd #fd94ef #effd94

Analogous Colors of #94effd

#94effd #94bbfd #94fdd7

Monochromatic Colors of #94effd

#94effd

Complementary Color

#94effd #fda294

#94effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#94effd Color CSS Codes

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

#94effd Text Font Color

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

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


#94effd Background Color

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

This div background color is #94effd


#94effd Border Color

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

This div border color is #94effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94effd

Related Colors


Comments

No comments written yet.

Please login to write comment.