Color Hex Logo

#38fdfe Color Hex

#38FDFE
(56,253,254)
0 Favorites   0 Comments

Color spaces of #38fdfe

RGB 56253254
HSL0.500.990.61
HSV180°78°100°
CMYK 0.780.000.00   0.00
XYZ54.645678.2471105.9890
Yxy78.24710.22880.3276
Hunter Lab88.4574-44.5299-9.1207
CIE-Lab90.8925-44.9841-13.9146

#38fdfe color RGB value is (56,253,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11111101 11111110
Octal 70 375 376
Decimal 56 253 254
Hex 38 FD FE

RGB Percentages of Color #38fdfe

%9.95
%44.94
%45.12

CMYK Percentages of Color #38fdfe

%78
%0
%0
%0

Triadic Colors of #38fdfe

#38fdfe #fe38fd #fdfe38

Analogous Colors of #38fdfe

#38fdfe #389afe #38fe9c

Monochromatic Colors of #38fdfe

#38fdfe

Complementary Color

#38fdfe #fe3938

#38fdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38fdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38fdfe Color CSS Codes

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

#38fdfe Text Font Color

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

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


#38fdfe Background Color

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

This div background color is #38fdfe


#38fdfe Border Color

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

This div border color is #38fdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38fdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.