Color Hex Logo

#38ceab Color Hex

#38CEAB
(56,206,171)
0 Favorites   0 Comments

Color spaces of #38ceab

RGB 56206171
HSL0.460.600.51
HSV166°73°81°
CMYK 0.730.000.17   0.19
XYZ31.052947.923646.1416
Yxy47.92360.24820.3830
Hunter Lab69.2269-41.07788.9404
CIE-Lab74.7767-46.90956.2870

#38ceab color RGB value is (56,206,171).

#38ceab hex color red value is 56, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #38ceab hue: 0.46 , saturation: 0.60 and the lightness value of 38ceab is 0.51.

The process color (four color CMYK) of #38ceab color hex is 0.73, 0.00, 0.17, 0.19. Web safe color of #38ceab is #33cc99. Color #38ceab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001110 10101011
Octal 70 316 253
Decimal 56 206 171
Hex 38 CE AB

RGB Percentages of Color #38ceab

%12.93
%47.58
%39.49

CMYK Percentages of Color #38ceab

%73
%0
%17
%19

Triadic Colors of #38ceab

#38ceab #ab38ce #ceab38

Analogous Colors of #38ceab

#38ceab #38a6ce #38ce60

Monochromatic Colors of #38ceab

#38ceab

Complementary Color

#38ceab #ce385b

#38ceab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ceab Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ceab Color CSS Codes

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

#38ceab Text Font Color

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

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


#38ceab Background Color

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

This div background color is #38ceab


#38ceab Border Color

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

This div border color is #38ceab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ceab


Comments

No comments written yet.

Please login to write comment.