Color Hex Logo

#38ebaf Color Hex

#38EBAF
(56,235,175)
0 Favorites   0 Comments

Color spaces of #38ebaf

RGB 56235175
HSL0.440.820.57
HSV160°76°92°
CMYK 0.760.000.26   0.08
XYZ39.077163.352650.7261
Yxy63.35260.25510.4136
Hunter Lab79.5943-51.655017.9301
CIE-Lab83.6276-57.638916.7281

#38ebaf color RGB value is (56,235,175).

#38ebaf hex color red value is 56, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #38ebaf hue: 0.44 , saturation: 0.82 and the lightness value of 38ebaf is 0.57.

The process color (four color CMYK) of #38ebaf color hex is 0.76, 0.00, 0.26, 0.08. Web safe color of #38ebaf is #33ff99. Color #38ebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101011 10101111
Octal 70 353 257
Decimal 56 235 175
Hex 38 EB AF

RGB Percentages of Color #38ebaf

%12.02
%50.43
%37.55

CMYK Percentages of Color #38ebaf

%76
%0
%26
%8

Triadic Colors of #38ebaf

#38ebaf #af38eb #ebaf38

Analogous Colors of #38ebaf

#38ebaf #38ceeb #38eb56

Monochromatic Colors of #38ebaf

#38ebaf

Complementary Color

#38ebaf #eb3874

#38ebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ebaf Color CSS Codes

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

#38ebaf Text Font Color

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

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


#38ebaf Background Color

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

This div background color is #38ebaf


#38ebaf Border Color

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

This div border color is #38ebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ebaf


Comments

No comments written yet.

Please login to write comment.