Color Hex Logo

#38caaf Color Hex

#38CAAF
(56,202,175)
0 Favorites   0 Comments

Color spaces of #38caaf

RGB 56202175
HSL0.470.580.51
HSV169°72°79°
CMYK 0.720.000.13   0.21
XYZ30.489346.177047.8635
Yxy46.17700.24480.3708
Hunter Lab67.9537-38.82995.8064
CIE-Lab73.6602-44.19332.5162

#38caaf color RGB value is (56,202,175).

#38caaf hex color red value is 56, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #38caaf hue: 0.47 , saturation: 0.58 and the lightness value of 38caaf is 0.51.

The process color (four color CMYK) of #38caaf color hex is 0.72, 0.00, 0.13, 0.21. Web safe color of #38caaf is #33cc99. Color #38caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001010 10101111
Octal 70 312 257
Decimal 56 202 175
Hex 38 CA AF

RGB Percentages of Color #38caaf

%12.93
%46.65
%40.42

CMYK Percentages of Color #38caaf

%72
%0
%13
%21

Triadic Colors of #38caaf

#38caaf #af38ca #caaf38

Analogous Colors of #38caaf

#38caaf #389cca #38ca66

Monochromatic Colors of #38caaf

#38caaf

Complementary Color

#38caaf #ca3853

#38caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#38caaf Color CSS Codes

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

#38caaf Text Font Color

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

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


#38caaf Background Color

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

This div background color is #38caaf


#38caaf Border Color

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

This div border color is #38caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38caaf


Comments

No comments written yet.

Please login to write comment.