Color Hex Logo

#38bbfe Color Hex

#38BBFE
(56,187,254)
0 Favorites   0 Comments

Color spaces of #38bbfe

RGB 56187254
HSL0.560.990.61
HSV200°78°100°
CMYK 0.780.260.00   0.00
XYZ37.290643.5372100.2040
Yxy43.53720.20600.2405
Hunter Lab65.9827-14.5892-43.8523
CIE-Lab71.9181-12.9213-42.9554

#38bbfe color RGB value is (56,187,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111011 11111110
Octal 70 273 376
Decimal 56 187 254
Hex 38 BB FE

RGB Percentages of Color #38bbfe

%11.27
%37.63
%51.11

CMYK Percentages of Color #38bbfe

%78
%26
%0
%0

Triadic Colors of #38bbfe

#38bbfe #fe38bb #bbfe38

Analogous Colors of #38bbfe

#38bbfe #3858fe #38fede

Monochromatic Colors of #38bbfe

#38bbfe

Complementary Color

#38bbfe #fe7b38

#38bbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bbfe Color CSS Codes

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

#38bbfe Text Font Color

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

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


#38bbfe Background Color

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

This div background color is #38bbfe


#38bbfe Border Color

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

This div border color is #38bbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bbfe


Comments

No comments written yet.

Please login to write comment.