Color Hex Logo

#38cabc Color Hex

#38CABC
(56,202,188)
0 Favorites   0 Comments

Color spaces of #38cabc

RGB 56202188
HSL0.480.580.51
HSV174°72°79°
CMYK 0.720.000.07   0.21
XYZ31.828546.712754.9159
Yxy46.71270.23850.3500
Hunter Lab68.3467-36.48070.2037
CIE-Lab74.0056-40.7423-4.0177

#38cabc color RGB value is (56,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001010 10111100
Octal 70 312 274
Decimal 56 202 188
Hex 38 CA BC

RGB Percentages of Color #38cabc

%12.56
%45.29
%42.15

CMYK Percentages of Color #38cabc

%72
%0
%7
%21

Triadic Colors of #38cabc

#38cabc #bc38ca #cabc38

Analogous Colors of #38cabc

#38cabc #388fca #38ca73

Monochromatic Colors of #38cabc

#38cabc

Complementary Color

#38cabc #ca3846

#38cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cabc Color CSS Codes

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

#38cabc Text Font Color

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

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


#38cabc Background Color

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

This div background color is #38cabc


#38cabc Border Color

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

This div border color is #38cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cabc


Comments

No comments written yet.

Please login to write comment.