Color Hex Logo

#38dcbe Color Hex

#38DCBE
(56,220,190)
0 Favorites   0 Comments

Color spaces of #38dcbe

RGB 56220190
HSL0.470.700.54
HSV169°75°86°
CMYK 0.750.000.14   0.14
XYZ36.518455.744957.5503
Yxy55.74490.24380.3721
Hunter Lab74.6625-43.35276.5627
CIE-Lab79.4684-48.01012.8948

#38dcbe color RGB value is (56,220,190).

#38dcbe hex color red value is 56, green value is 220 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #38dcbe hue: 0.47 , saturation: 0.70 and the lightness value of 38dcbe is 0.54.

The process color (four color CMYK) of #38dcbe color hex is 0.75, 0.00, 0.14, 0.14. Web safe color of #38dcbe is #33cccc. Color #38dcbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011100 10111110
Octal 70 334 276
Decimal 56 220 190
Hex 38 DC BE

RGB Percentages of Color #38dcbe

%12.02
%47.21
%40.77

CMYK Percentages of Color #38dcbe

%75
%0
%14
%14

Triadic Colors of #38dcbe

#38dcbe #be38dc #dcbe38

Analogous Colors of #38dcbe

#38dcbe #38a8dc #38dc6c

Monochromatic Colors of #38dcbe

#38dcbe

Complementary Color

#38dcbe #dc3856

#38dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dcbe Color CSS Codes

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

#38dcbe Text Font Color

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

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


#38dcbe Background Color

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

This div background color is #38dcbe


#38dcbe Border Color

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

This div border color is #38dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dcbe


Comments

No comments written yet.

Please login to write comment.