Color Hex Logo

#38fdfc Color Hex

#38FDFC
(56,253,252)
0 Favorites   0 Comments

Color spaces of #38fdfc

RGB 56253252
HSL0.500.980.61
HSV180°78°99°
CMYK 0.780.000.00   0.01
XYZ54.326978.1196104.3107
Yxy78.11960.22950.3300
Hunter Lab88.3853-44.9575-8.1033
CIE-Lab90.8345-45.5436-12.9630

#38fdfc color RGB value is (56,253,252).

#38fdfc hex color red value is 56, green value is 253 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #38fdfc hue: 0.50 , saturation: 0.98 and the lightness value of 38fdfc is 0.61.

The process color (four color CMYK) of #38fdfc color hex is 0.78, 0.00, 0.00, 0.01. Web safe color of #38fdfc is #33ffff. Color #38fdfc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11111101 11111100
Octal 70 375 374
Decimal 56 253 252
Hex 38 FD FC

RGB Percentages of Color #38fdfc

%9.98
%45.10
%44.92

CMYK Percentages of Color #38fdfc

%78
%0
%0
%1

Triadic Colors of #38fdfc

#38fdfc #fc38fd #fdfc38

Analogous Colors of #38fdfc

#38fdfc #389cfd #38fd9a

Monochromatic Colors of #38fdfc

#38fdfc

Complementary Color

#38fdfc #fd3839

#38fdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38fdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38fdfc Color CSS Codes

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

#38fdfc Text Font Color

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

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


#38fdfc Background Color

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

This div background color is #38fdfc


#38fdfc Border Color

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

This div border color is #38fdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38fdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.