Color Hex Logo

#38ebfe Color Hex

#38EBFE
(56,235,254)
0 Favorites   0 Comments

Color spaces of #38ebfe

RGB 56235254
HSL0.520.990.61
HSV186°78°100°
CMYK 0.780.070.00   0.00
XYZ49.228667.4132104.1834
Yxy67.41320.22290.3053
Hunter Lab82.1055-36.6602-17.7590
CIE-Lab85.7122-36.8738-21.7143

#38ebfe color RGB value is (56,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101011 11111110
Octal 70 353 376
Decimal 56 235 254
Hex 38 EB FE

RGB Percentages of Color #38ebfe

%10.28
%43.12
%46.61

CMYK Percentages of Color #38ebfe

%78
%7
%0
%0

Triadic Colors of #38ebfe

#38ebfe #fe38eb #ebfe38

Analogous Colors of #38ebfe

#38ebfe #3888fe #38feae

Monochromatic Colors of #38ebfe

#38ebfe

Complementary Color

#38ebfe #fe4b38

#38ebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ebfe Color CSS Codes

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

#38ebfe Text Font Color

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

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


#38ebfe Background Color

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

This div background color is #38ebfe


#38ebfe Border Color

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

This div border color is #38ebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ebfe

Related Colors

#38ebfe Color Palettes


Comments

No comments written yet.

Please login to write comment.