Color Hex Logo

#38abff Color Hex

#38ABFF
(56,171,255)
0 Favorites   0 Comments

Color spaces of #38abff

RGB 56171255
HSL0.571.000.61
HSV205°78°100°
CMYK 0.780.330.00   0.00
XYZ34.243837.186699.9806
Yxy37.18660.19980.2169
Hunter Lab60.9808-6.4797-54.5219
CIE-Lab67.4168-3.7727-50.5715

#38abff color RGB value is (56,171,255).

#38abff hex color red value is 56, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #38abff hue: 0.57 , saturation: 1.00 and the lightness value of 38abff is 0.61.

The process color (four color CMYK) of #38abff color hex is 0.78, 0.33, 0.00, 0.00. Web safe color of #38abff is #3399ff. Color #38abff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101011 11111111
Octal 70 253 377
Decimal 56 171 255
Hex 38 AB FF

RGB Percentages of Color #38abff

%11.62
%35.48
%52.90

CMYK Percentages of Color #38abff

%78
%33
%0
%0

Triadic Colors of #38abff

#38abff #ff38ab #abff38

Analogous Colors of #38abff

#38abff #3848ff #38fff0

Monochromatic Colors of #38abff

#38abff

Complementary Color

#38abff #ff8c38

#38abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#38abff Color CSS Codes

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

#38abff Text Font Color

<p style="color:#38abff">Text here</p>

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


#38abff Background Color

<div style="background-color:#38abff">
Div content here</div>

This div background color is #38abff


#38abff Border Color

<div style="border:3px solid #38abff">
Div here</div>

This div border color is #38abff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,171,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38abff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38abff;
  -webkit-box-shadow: 1px 1px 3px 2px #38abff;
  box-shadow:         1px 1px 3px 2px #38abff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38abff

Related Colors

#38abff Color Palettes


Comments

No comments written yet.

Please login to write comment.