Color Hex Logo

#38bcfe Color Hex

#38BCFE
(56,188,254)
0 Favorites   0 Comments

Color spaces of #38bcfe

RGB 56188254
HSL0.560.990.61
HSV200°78°100°
CMYK 0.780.260.00   0.00
XYZ37.503543.9629100.2750
Yxy43.96290.20640.2419
Hunter Lab66.3045-15.0688-43.2535
CIE-Lab72.2037-13.4572-42.5088

#38bcfe color RGB value is (56,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111100 11111110
Octal 70 274 376
Decimal 56 188 254
Hex 38 BC FE

RGB Percentages of Color #38bcfe

%11.24
%37.75
%51.00

CMYK Percentages of Color #38bcfe

%78
%26
%0
%0

Triadic Colors of #38bcfe

#38bcfe #fe38bc #bcfe38

Analogous Colors of #38bcfe

#38bcfe #3859fe #38fedd

Monochromatic Colors of #38bcfe

#38bcfe

Complementary Color

#38bcfe #fe7a38

#38bcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bcfe Color CSS Codes

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

#38bcfe Text Font Color

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

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


#38bcfe Background Color

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

This div background color is #38bcfe


#38bcfe Border Color

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

This div border color is #38bcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.