Color Hex Logo

#94befd Color Hex

#94BEFD
(148,190,253)
0 Favorites   0 Comments

Color spaces of #94befd

RGB 148190253
HSL0.600.960.79
HSV216°42°99°
CMYK 0.420.250.00   0.01
XYZ48.355850.2147100.0723
Yxy50.21470.24340.2528
Hunter Lab70.8623-2.2023-34.1261
CIE-Lab76.20091.7361-35.4860

#94befd color RGB value is (148,190,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10111110 11111101
Octal 224 276 375
Decimal 148 190 253
Hex 94 BE FD

RGB Percentages of Color #94befd

%25.04
%32.15
%42.81

CMYK Percentages of Color #94befd

%42
%25
%0
%1

Triadic Colors of #94befd

#94befd #fd94be #befd94

Analogous Colors of #94befd

#94befd #9f94fd #94f3fd

Monochromatic Colors of #94befd

#94befd

Complementary Color

#94befd #fdd394

#94befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#94befd Color CSS Codes

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

#94befd Text Font Color

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

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


#94befd Background Color

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

This div background color is #94befd


#94befd Border Color

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

This div border color is #94befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94befd


Comments

No comments written yet.

Please login to write comment.