Color Hex Logo

#38edea Color Hex

#38EDEA
(56,237,234)
0 Favorites   0 Comments

Color spaces of #38edea

RGB 56237234
HSL0.500.830.57
HSV179°76°93°
CMYK 0.760.000.01   0.07
XYZ46.766467.349688.3768
Yxy67.34960.23100.3326
Hunter Lab82.0668-41.8973-6.4020
CIE-Lab85.6802-43.5451-11.2511

#38edea color RGB value is (56,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101101 11101010
Octal 70 355 352
Decimal 56 237 234
Hex 38 ED EA

RGB Percentages of Color #38edea

%10.63
%44.97
%44.40

CMYK Percentages of Color #38edea

%76
%0
%1
%7

Triadic Colors of #38edea

#38edea #ea38ed #edea38

Analogous Colors of #38edea

#38edea #3896ed #38ed90

Monochromatic Colors of #38edea

#38edea

Complementary Color

#38edea #ed383b

#38edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#38edea Color CSS Codes

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

#38edea Text Font Color

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

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


#38edea Background Color

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

This div background color is #38edea


#38edea Border Color

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

This div border color is #38edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38edea


Comments

No comments written yet.

Please login to write comment.