Color Hex Logo

#38bbff Color Hex

#38BBFF
(56,187,255)
0 Favorites   0 Comments

Color spaces of #38bbff

RGB 56187255
HSL0.561.000.61
HSV201°78°100°
CMYK 0.780.270.00   0.00
XYZ37.451243.6014101.0498
Yxy43.60140.20570.2394
Hunter Lab66.0314-14.3145-44.5113
CIE-Lab71.9613-12.5828-43.4267

#38bbff color RGB value is (56,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111011 11111111
Octal 70 273 377
Decimal 56 187 255
Hex 38 BB FF

RGB Percentages of Color #38bbff

%11.24
%37.55
%51.20

CMYK Percentages of Color #38bbff

%78
%27
%0
%0

Triadic Colors of #38bbff

#38bbff #ff38bb #bbff38

Analogous Colors of #38bbff

#38bbff #3858ff #38ffe0

Monochromatic Colors of #38bbff

#38bbff

Complementary Color

#38bbff #ff7c38

#38bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bbff Color CSS Codes

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

#38bbff Text Font Color

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

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


#38bbff Background Color

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

This div background color is #38bbff


#38bbff Border Color

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

This div border color is #38bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.