Color Hex Logo

#307eee Color Hex

#307EEE
(48,126,238)
0 Favorites   0 Comments

Color spaces of #307eee

RGB 48126238
HSL0.600.850.56
HSV215°80°93°
CMYK 0.800.470.00   0.07
XYZ24.112421.723183.8110
Yxy21.72310.18600.1676
Hunter Lab46.608010.7818-73.9902
CIE-Lab53.732015.9533-63.0645

#307eee color RGB value is (48,126,238).

#307eee hex color red value is 48, green value is 126 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #307eee hue: 0.60 , saturation: 0.85 and the lightness value of 307eee is 0.56.

The process color (four color CMYK) of #307eee color hex is 0.80, 0.47, 0.00, 0.07. Web safe color of #307eee is #3366ff. Color #307eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111110 11101110
Octal 60 176 356
Decimal 48 126 238
Hex 30 7E EE

RGB Percentages of Color #307eee

%11.65
%30.58
%57.77

CMYK Percentages of Color #307eee

%80
%47
%0
%7

Triadic Colors of #307eee

#307eee #ee307e #7eee30

Analogous Colors of #307eee

#307eee #4130ee #30ddee

Monochromatic Colors of #307eee

#307eee

Complementary Color

#307eee #eea030

#307eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#307eee Color CSS Codes

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

#307eee Text Font Color

<p style="color:#307eee">Text here</p>

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


#307eee Background Color

<div style="background-color:#307eee">
Div content here</div>

This div background color is #307eee


#307eee Border Color

<div style="border:3px solid #307eee">
Div here</div>

This div border color is #307eee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,126,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307eee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307eee;
  -webkit-box-shadow: 1px 1px 3px 2px #307eee;
  box-shadow:         1px 1px 3px 2px #307eee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,126,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307eee


Comments

No comments written yet.

Please login to write comment.