Color Hex Logo

#94b2fd Color Hex

#94B2FD
(148,178,253)
0 Favorites   0 Comments

Color spaces of #94b2fd

RGB 148178253
HSL0.620.960.79
HSV223°42°99°
CMYK 0.420.300.00   0.01
XYZ45.862845.228599.2413
Yxy45.22850.24100.2376
Hunter Lab67.25214.0374-40.4154
CIE-Lab73.04218.3706-40.3924

#94b2fd color RGB value is (148,178,253).

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

The process color (four color CMYK) of #94b2fd color hex is 0.42, 0.30, 0.00, 0.01. Web safe color of #94b2fd is #9999ff. Color #94b2fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10110010 11111101
Octal 224 262 375
Decimal 148 178 253
Hex 94 B2 FD

RGB Percentages of Color #94b2fd

%25.56
%30.74
%43.70

CMYK Percentages of Color #94b2fd

%42
%30
%0
%1

Triadic Colors of #94b2fd

#94b2fd #fd94b2 #b2fd94

Analogous Colors of #94b2fd

#94b2fd #ab94fd #94e7fd

Monochromatic Colors of #94b2fd

#94b2fd

Complementary Color

#94b2fd #fddf94

#94b2fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94b2fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#94b2fd Color CSS Codes

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

#94b2fd Text Font Color

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

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


#94b2fd Background Color

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

This div background color is #94b2fd


#94b2fd Border Color

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

This div border color is #94b2fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94b2fd


Comments

No comments written yet.

Please login to write comment.