Color Hex Logo

#38d4be Color Hex

#38D4BE
(56,212,190)
0 Favorites   0 Comments

Color spaces of #38d4be

RGB 56212190
HSL0.480.640.53
HSV172°74°83°
CMYK 0.740.000.10   0.17
XYZ34.468651.645456.8671
Yxy51.64540.24110.3612
Hunter Lab71.8647-40.14903.3887
CIE-Lab77.0683-44.5973-0.6008

#38d4be color RGB value is (56,212,190).

#38d4be hex color red value is 56, green value is 212 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #38d4be hue: 0.48 , saturation: 0.64 and the lightness value of 38d4be is 0.53.

The process color (four color CMYK) of #38d4be color hex is 0.74, 0.00, 0.10, 0.17. Web safe color of #38d4be is #33cccc. Color #38d4be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11010100 10111110
Octal 70 324 276
Decimal 56 212 190
Hex 38 D4 BE

RGB Percentages of Color #38d4be

%12.23
%46.29
%41.48

CMYK Percentages of Color #38d4be

%74
%0
%10
%17

Triadic Colors of #38d4be

#38d4be #be38d4 #d4be38

Analogous Colors of #38d4be

#38d4be #389cd4 #38d470

Monochromatic Colors of #38d4be

#38d4be

Complementary Color

#38d4be #d4384e

#38d4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38d4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#38d4be Color CSS Codes

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

#38d4be Text Font Color

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

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


#38d4be Background Color

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

This div background color is #38d4be


#38d4be Border Color

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

This div border color is #38d4be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,212,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 #38d4be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38d4be


Comments

No comments written yet.

Please login to write comment.