Color Hex Logo

#38aaff Color Hex

#38AAFF
(56,170,255)
0 Favorites   0 Comments

Color spaces of #38aaff

RGB 56170255
HSL0.571.000.61
HSV206°78°100°
CMYK 0.780.330.00   0.00
XYZ34.055636.810299.9179
Yxy36.81020.19940.2155
Hunter Lab60.6714-5.9807-55.1729
CIE-Lab67.1344-3.2084-51.0178

#38aaff color RGB value is (56,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10101010 11111111
Octal 70 252 377
Decimal 56 170 255
Hex 38 AA FF

RGB Percentages of Color #38aaff

%11.64
%35.34
%53.01

CMYK Percentages of Color #38aaff

%78
%33
%0
%0

Triadic Colors of #38aaff

#38aaff #ff38aa #aaff38

Analogous Colors of #38aaff

#38aaff #3847ff #38fff1

Monochromatic Colors of #38aaff

#38aaff

Complementary Color

#38aaff #ff8d38

#38aaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38aaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#38aaff Color CSS Codes

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

#38aaff Text Font Color

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

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


#38aaff Background Color

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

This div background color is #38aaff


#38aaff Border Color

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

This div border color is #38aaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38aaff

#38aaff Color Palettes


Comments

No comments written yet.

Please login to write comment.