Color Hex Logo

#38baff Color Hex

#38BAFF
(56,186,255)
0 Favorites   0 Comments

Color spaces of #38baff

RGB 56186255
HSL0.561.000.61
HSV201°78°100°
CMYK 0.780.270.00   0.00
XYZ37.239843.1786100.9793
Yxy43.17860.20530.2380
Hunter Lab65.7104-13.8327-45.1155
CIE-Lab71.6760-12.0443-43.8731

#38baff color RGB value is (56,186,255).

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

The process color (four color CMYK) of #38baff color hex is 0.78, 0.27, 0.00, 0.00. Web safe color of #38baff is #33ccff. Color #38baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111010 11111111
Octal 70 272 377
Decimal 56 186 255
Hex 38 BA FF

RGB Percentages of Color #38baff

%11.27
%37.42
%51.31

CMYK Percentages of Color #38baff

%78
%27
%0
%0

Triadic Colors of #38baff

#38baff #ff38ba #baff38

Analogous Colors of #38baff

#38baff #3857ff #38ffe1

Monochromatic Colors of #38baff

#38baff

Complementary Color

#38baff #ff7d38

#38baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#38baff Color CSS Codes

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

#38baff Text Font Color

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

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


#38baff Background Color

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

This div background color is #38baff


#38baff Border Color

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

This div border color is #38baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38baff

Related Colors


Comments

No comments written yet.

Please login to write comment.