Color Hex Logo

#38bcae Color Hex

#38BCAE
(56,188,174)
0 Favorites   0 Comments

Color spaces of #38bcae

RGB 56188174
HSL0.480.540.48
HSV174°70°74°
CMYK 0.700.000.07   0.26
XYZ27.254139.863246.3023
Yxy39.86320.24030.3515
Hunter Lab63.1373-33.43830.7153
CIE-Lab69.3720-38.2709-3.2056

#38bcae color RGB value is (56,188,174).

#38bcae hex color red value is 56, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #38bcae hue: 0.48 , saturation: 0.54 and the lightness value of 38bcae is 0.48.

The process color (four color CMYK) of #38bcae color hex is 0.70, 0.00, 0.07, 0.26. Web safe color of #38bcae is #33cc99. Color #38bcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111100 10101110
Octal 70 274 256
Decimal 56 188 174
Hex 38 BC AE

RGB Percentages of Color #38bcae

%13.40
%44.98
%41.63

CMYK Percentages of Color #38bcae

%70
%0
%7
%26

Triadic Colors of #38bcae

#38bcae #ae38bc #bcae38

Analogous Colors of #38bcae

#38bcae #3888bc #38bc6c

Monochromatic Colors of #38bcae

#38bcae

Complementary Color

#38bcae #bc3846

#38bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bcae Color CSS Codes

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

#38bcae Text Font Color

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

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


#38bcae Background Color

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

This div background color is #38bcae


#38bcae Border Color

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

This div border color is #38bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bcae


Comments

No comments written yet.

Please login to write comment.