Color Hex Logo

#388aee Color Hex

#388AEE
(56,138,238)
0 Favorites   0 Comments

Color spaces of #388aee

RGB 56138238
HSL0.590.840.58
HSV213°76°93°
CMYK 0.760.420.00   0.07
XYZ26.152025.190884.3729
Yxy25.19080.19270.1856
Hunter Lab50.19045.1751-64.5365
CIE-Lab57.26099.4267-57.3889

#388aee color RGB value is (56,138,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001010 11101110
Octal 70 212 356
Decimal 56 138 238
Hex 38 8A EE

RGB Percentages of Color #388aee

%12.96
%31.94
%55.09

CMYK Percentages of Color #388aee

%76
%42
%0
%7

Triadic Colors of #388aee

#388aee #ee388a #8aee38

Analogous Colors of #388aee

#388aee #4138ee #38e5ee

Monochromatic Colors of #388aee

#388aee

Complementary Color

#388aee #ee9c38

#388aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#388aee Color CSS Codes

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

#388aee Text Font Color

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

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


#388aee Background Color

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

This div background color is #388aee


#388aee Border Color

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

This div border color is #388aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388aee


Comments

No comments written yet.

Please login to write comment.