Color Hex Logo

#38efee Color Hex

#38EFEE
(56,239,238)
0 Favorites   0 Comments

Color spaces of #38efee

RGB 56239238
HSL0.500.850.58
HSV180°77°94°
CMYK 0.770.000.00   0.06
XYZ47.930068.746891.6322
Yxy68.74680.23010.3300
Hunter Lab82.9137-41.9133-7.4849
CIE-Lab86.3785-43.3081-12.3103

#38efee color RGB value is (56,239,238).

#38efee hex color red value is 56, green value is 239 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #38efee hue: 0.50 , saturation: 0.85 and the lightness value of 38efee is 0.58.

The process color (four color CMYK) of #38efee color hex is 0.77, 0.00, 0.00, 0.06. Web safe color of #38efee is #33ffff. Color #38efee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101111 11101110
Octal 70 357 356
Decimal 56 239 238
Hex 38 EF EE

RGB Percentages of Color #38efee

%10.51
%44.84
%44.65

CMYK Percentages of Color #38efee

%77
%0
%0
%6

Triadic Colors of #38efee

#38efee #ee38ef #efee38

Analogous Colors of #38efee

#38efee #3895ef #38ef93

Monochromatic Colors of #38efee

#38efee

Complementary Color

#38efee #ef3839

#38efee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38efee Color Preview on White Background

Lorem ipsum dolor sit amet.

#38efee Color CSS Codes

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

#38efee Text Font Color

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

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


#38efee Background Color

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

This div background color is #38efee


#38efee Border Color

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

This div border color is #38efee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38efee


Comments

No comments written yet.

Please login to write comment.