Color Hex Logo

#38bcfc Color Hex

#38BCFC
(56,188,252)
0 Favorites   0 Comments

Color spaces of #38bcfc

RGB 56188252
HSL0.550.970.60
HSV200°78°99°
CMYK 0.780.250.00   0.01
XYZ37.184843.835598.5967
Yxy43.83550.20700.2440
Hunter Lab66.2084-15.6132-41.9481
CIE-Lab72.1184-14.1313-41.5642

#38bcfc color RGB value is (56,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111100 11111100
Octal 70 274 374
Decimal 56 188 252
Hex 38 BC FC

RGB Percentages of Color #38bcfc

%11.29
%37.90
%50.81

CMYK Percentages of Color #38bcfc

%78
%25
%0
%1

Triadic Colors of #38bcfc

#38bcfc #fc38bc #bcfc38

Analogous Colors of #38bcfc

#38bcfc #385afc #38fcda

Monochromatic Colors of #38bcfc

#38bcfc

Complementary Color

#38bcfc #fc7838

#38bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bcfc Color CSS Codes

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

#38bcfc Text Font Color

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

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


#38bcfc Background Color

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

This div background color is #38bcfc


#38bcfc Border Color

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

This div border color is #38bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.