Color Hex Logo

#388eee Color Hex

#388EEE
(56,142,238)
0 Favorites   0 Comments

Color spaces of #388eee

RGB 56142238
HSL0.590.840.58
HSV212°76°93°
CMYK 0.760.400.00   0.07
XYZ26.736526.359884.5677
Yxy26.35980.19420.1915
Hunter Lab51.34183.1066-61.7203
CIE-Lab58.37707.0206-55.6058

#388eee color RGB value is (56,142,238).

#388eee hex color red value is 56, green value is 142 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #388eee hue: 0.59 , saturation: 0.84 and the lightness value of 388eee is 0.58.

The process color (four color CMYK) of #388eee color hex is 0.76, 0.40, 0.00, 0.07. Web safe color of #388eee is #3399ff. Color #388eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001110 11101110
Octal 70 216 356
Decimal 56 142 238
Hex 38 8E EE

RGB Percentages of Color #388eee

%12.84
%32.57
%54.59

CMYK Percentages of Color #388eee

%76
%40
%0
%7

Triadic Colors of #388eee

#388eee #ee388e #8eee38

Analogous Colors of #388eee

#388eee #3d38ee #38e9ee

Monochromatic Colors of #388eee

#388eee

Complementary Color

#388eee #ee9838

#388eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#388eee Color CSS Codes

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

#388eee Text Font Color

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

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


#388eee Background Color

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

This div background color is #388eee


#388eee Border Color

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

This div border color is #388eee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,142,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 #388eee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388eee


Comments

No comments written yet.

Please login to write comment.