Color Hex Logo

#38ebbb Color Hex

#38EBBB
(56,235,187)
0 Favorites   0 Comments

Color spaces of #38ebbb

RGB 56235187
HSL0.460.820.57
HSV164°76°92°
CMYK 0.760.000.20   0.08
XYZ40.308963.845357.2126
Yxy63.84530.24980.3957
Hunter Lab79.9033-49.782613.4793
CIE-Lab83.8852-54.883010.8268

#38ebbb color RGB value is (56,235,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101011 10111011
Octal 70 353 273
Decimal 56 235 187
Hex 38 EB BB

RGB Percentages of Color #38ebbb

%11.72
%49.16
%39.12

CMYK Percentages of Color #38ebbb

%76
%0
%20
%8

Triadic Colors of #38ebbb

#38ebbb #bb38eb #ebbb38

Analogous Colors of #38ebbb

#38ebbb #38c2eb #38eb62

Monochromatic Colors of #38ebbb

#38ebbb

Complementary Color

#38ebbb #eb3868

#38ebbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ebbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ebbb Color CSS Codes

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

#38ebbb Text Font Color

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

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


#38ebbb Background Color

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

This div background color is #38ebbb


#38ebbb Border Color

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

This div border color is #38ebbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ebbb


Comments

No comments written yet.

Please login to write comment.