Color Hex Logo

#38ccb4 Color Hex

#38CCB4
(56,204,180)
0 Favorites   0 Comments

Color spaces of #38ccb4

RGB 56204180
HSL0.470.590.51
HSV170°73°80°
CMYK 0.730.000.12   0.20
XYZ31.462047.321850.6558
Yxy47.32180.24310.3656
Hunter Lab68.7908-38.74574.4940
CIE-Lab74.3951-43.75910.8818

#38ccb4 color RGB value is (56,204,180).

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

The process color (four color CMYK) of #38ccb4 color hex is 0.73, 0.00, 0.12, 0.20. Web safe color of #38ccb4 is #33cccc. Color #38ccb4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001100 10110100
Octal 70 314 264
Decimal 56 204 180
Hex 38 CC B4

RGB Percentages of Color #38ccb4

%12.73
%46.36
%40.91

CMYK Percentages of Color #38ccb4

%73
%0
%12
%20

Triadic Colors of #38ccb4

#38ccb4 #b438cc #ccb438

Analogous Colors of #38ccb4

#38ccb4 #389acc #38cc6a

Monochromatic Colors of #38ccb4

#38ccb4

Complementary Color

#38ccb4 #cc3850

#38ccb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ccb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ccb4 Color CSS Codes

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

#38ccb4 Text Font Color

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

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


#38ccb4 Background Color

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

This div background color is #38ccb4


#38ccb4 Border Color

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

This div border color is #38ccb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ccb4


Comments

No comments written yet.

Please login to write comment.