Color Hex Logo

#38fefb Color Hex

#38FEFB
(56,254,251)
0 Favorites   0 Comments

Color spaces of #38fefb

RGB 56254251
HSL0.500.990.61
HSV179°78°100°
CMYK 0.780.000.01   0.00
XYZ54.485378.6894103.5837
Yxy78.68940.23010.3324
Hunter Lab88.7070-45.5997-7.1383
CIE-Lab91.0936-46.2576-12.0572

#38fefb color RGB value is (56,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11111110 11111011
Octal 70 376 373
Decimal 56 254 251
Hex 38 FE FB

RGB Percentages of Color #38fefb

%9.98
%45.28
%44.74

CMYK Percentages of Color #38fefb

%78
%0
%1
%0

Triadic Colors of #38fefb

#38fefb #fb38fe #fefb38

Analogous Colors of #38fefb

#38fefb #389efe #38fe98

Monochromatic Colors of #38fefb

#38fefb

Complementary Color

#38fefb #fe383b

#38fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38fefb Color CSS Codes

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

#38fefb Text Font Color

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

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


#38fefb Background Color

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

This div background color is #38fefb


#38fefb Border Color

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

This div border color is #38fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.