Color Hex Logo

#388aeb Color Hex

#388AEB
(56,138,235)
0 Favorites   0 Comments

Color spaces of #388aeb

RGB 56138235
HSL0.590.820.57
HSV213°76°92°
CMYK 0.760.410.00   0.08
XYZ25.714825.015982.0705
Yxy25.01590.19360.1884
Hunter Lab50.01594.2448-62.2771
CIE-Lab57.09098.3368-55.9956

#388aeb color RGB value is (56,138,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001010 11101011
Octal 70 212 353
Decimal 56 138 235
Hex 38 8A EB

RGB Percentages of Color #388aeb

%13.05
%32.17
%54.78

CMYK Percentages of Color #388aeb

%76
%41
%0
%8

Triadic Colors of #388aeb

#388aeb #eb388a #8aeb38

Analogous Colors of #388aeb

#388aeb #4038eb #38e4eb

Monochromatic Colors of #388aeb

#388aeb

Complementary Color

#388aeb #eb9938

#388aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#388aeb Color CSS Codes

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

#388aeb Text Font Color

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

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


#388aeb Background Color

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

This div background color is #388aeb


#388aeb Border Color

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

This div border color is #388aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,138,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388aeb


Comments

No comments written yet.

Please login to write comment.