Color Hex Logo

#38cfab Color Hex

#38CFAB
(56,207,171)
0 Favorites   0 Comments

Color spaces of #38cfab

RGB 56207171
HSL0.460.610.52
HSV166°73°81°
CMYK 0.730.000.17   0.19
XYZ31.294448.406746.2221
Yxy48.40670.24850.3844
Hunter Lab69.5749-41.46789.3131
CIE-Lab75.0807-47.32956.7239

#38cfab color RGB value is (56,207,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001111 10101011
Octal 70 317 253
Decimal 56 207 171
Hex 38 CF AB

RGB Percentages of Color #38cfab

%12.90
%47.70
%39.40

CMYK Percentages of Color #38cfab

%73
%0
%17
%19

Triadic Colors of #38cfab

#38cfab #ab38cf #cfab38

Analogous Colors of #38cfab

#38cfab #38a8cf #38cf5f

Monochromatic Colors of #38cfab

#38cfab

Complementary Color

#38cfab #cf385c

#38cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cfab Color CSS Codes

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

#38cfab Text Font Color

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

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


#38cfab Background Color

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

This div background color is #38cfab


#38cfab Border Color

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

This div border color is #38cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cfab


Comments

No comments written yet.

Please login to write comment.