Color Hex Logo

#38bcfb Color Hex

#38BCFB
(56,188,251)
0 Favorites   0 Comments

Color spaces of #38bcfb

RGB 56188251
HSL0.550.960.60
HSV199°78°98°
CMYK 0.780.250.00   0.02
XYZ37.026743.772297.7642
Yxy43.77220.20740.2451
Hunter Lab66.1606-15.8836-41.2993
CIE-Lab72.0760-14.4674-41.0912

#38bcfb color RGB value is (56,188,251).

#38bcfb hex color red value is 56, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #38bcfb hue: 0.55 , saturation: 0.96 and the lightness value of 38bcfb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111100 11111011
Octal 70 274 373
Decimal 56 188 251
Hex 38 BC FB

RGB Percentages of Color #38bcfb

%11.31
%37.98
%50.71

CMYK Percentages of Color #38bcfb

%78
%25
%0
%2

Triadic Colors of #38bcfb

#38bcfb #fb38bc #bcfb38

Analogous Colors of #38bcfb

#38bcfb #385bfb #38fbd9

Monochromatic Colors of #38bcfb

#38bcfb

Complementary Color

#38bcfb #fb7738

#38bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bcfb Color CSS Codes

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

#38bcfb Text Font Color

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

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


#38bcfb Background Color

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

This div background color is #38bcfb


#38bcfb Border Color

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

This div border color is #38bcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bcfb


Comments

No comments written yet.

Please login to write comment.