Color Hex Logo

#38cfaf Color Hex

#38CFAF
(56,207,175)
0 Favorites   0 Comments

Color spaces of #38cfaf

RGB 56207175
HSL0.460.610.52
HSV167°73°81°
CMYK 0.730.000.15   0.19
XYZ31.681648.561548.2610
Yxy48.56150.24650.3779
Hunter Lab69.6861-40.79867.7190
CIE-Lab75.1777-46.32944.7127

#38cfaf color RGB value is (56,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001111 10101111
Octal 70 317 257
Decimal 56 207 175
Hex 38 CF AF

RGB Percentages of Color #38cfaf

%12.79
%47.26
%39.95

CMYK Percentages of Color #38cfaf

%73
%0
%15
%19

Triadic Colors of #38cfaf

#38cfaf #af38cf #cfaf38

Analogous Colors of #38cfaf

#38cfaf #38a4cf #38cf64

Monochromatic Colors of #38cfaf

#38cfaf

Complementary Color

#38cfaf #cf3858

#38cfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cfaf Color CSS Codes

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

#38cfaf Text Font Color

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

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


#38cfaf Background Color

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

This div background color is #38cfaf


#38cfaf Border Color

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

This div border color is #38cfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cfaf


Comments

No comments written yet.

Please login to write comment.