Color Hex Logo

#38efed Color Hex

#38EFED
(56,239,237)
0 Favorites   0 Comments

Color spaces of #38efed

RGB 56239237
HSL0.500.850.58
HSV179°77°94°
CMYK 0.770.000.01   0.06
XYZ47.783568.688290.8605
Yxy68.68820.23050.3313
Hunter Lab82.8783-42.1229-6.9855
CIE-Lab86.3494-43.5886-11.8289

#38efed color RGB value is (56,239,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101111 11101101
Octal 70 357 355
Decimal 56 239 237
Hex 38 EF ED

RGB Percentages of Color #38efed

%10.53
%44.92
%44.55

CMYK Percentages of Color #38efed

%77
%0
%1
%6

Triadic Colors of #38efed

#38efed #ed38ef #efed38

Analogous Colors of #38efed

#38efed #3896ef #38ef92

Monochromatic Colors of #38efed

#38efed

Complementary Color

#38efed #ef383a

#38efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#38efed Color CSS Codes

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

#38efed Text Font Color

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

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


#38efed Background Color

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

This div background color is #38efed


#38efed Border Color

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

This div border color is #38efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38efed


Comments

No comments written yet.

Please login to write comment.