Color Hex Logo

#38ccfa Color Hex

#38CCFA
(56,204,250)
0 Favorites   0 Comments

Color spaces of #38ccfa

RGB 56204250
HSL0.540.950.60
HSV194°78°98°
CMYK 0.780.180.00   0.02
XYZ40.479150.928698.1392
Yxy50.92860.21360.2687
Hunter Lab71.3643-23.6391-31.5798
CIE-Lab76.6357-23.1075-33.4760

#38ccfa color RGB value is (56,204,250).

#38ccfa hex color red value is 56, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #38ccfa hue: 0.54 , saturation: 0.95 and the lightness value of 38ccfa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001100 11111010
Octal 70 314 372
Decimal 56 204 250
Hex 38 CC FA

RGB Percentages of Color #38ccfa

%10.98
%40.00
%49.02

CMYK Percentages of Color #38ccfa

%78
%18
%0
%2

Triadic Colors of #38ccfa

#38ccfa #fa38cc #ccfa38

Analogous Colors of #38ccfa

#38ccfa #386bfa #38fac7

Monochromatic Colors of #38ccfa

#38ccfa

Complementary Color

#38ccfa #fa6638

#38ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ccfa Color CSS Codes

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

#38ccfa Text Font Color

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

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


#38ccfa Background Color

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

This div background color is #38ccfa


#38ccfa Border Color

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

This div border color is #38ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.