Color Hex Logo

#38cabe Color Hex

#38CABE
(56,202,190)
0 Favorites   0 Comments

Color spaces of #38cabe

RGB 56202190
HSL0.490.580.51
HSV175°72°79°
CMYK 0.720.000.06   0.21
XYZ32.045746.799556.0594
Yxy46.79950.23750.3469
Hunter Lab68.4102-36.1022-0.6987
CIE-Lab74.0613-40.1945-5.0191

#38cabe color RGB value is (56,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001010 10111110
Octal 70 312 276
Decimal 56 202 190
Hex 38 CA BE

RGB Percentages of Color #38cabe

%12.50
%45.09
%42.41

CMYK Percentages of Color #38cabe

%72
%0
%6
%21

Triadic Colors of #38cabe

#38cabe #be38ca #cabe38

Analogous Colors of #38cabe

#38cabe #388dca #38ca75

Monochromatic Colors of #38cabe

#38cabe

Complementary Color

#38cabe #ca3844

#38cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38cabe Color CSS Codes

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

#38cabe Text Font Color

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

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


#38cabe Background Color

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

This div background color is #38cabe


#38cabe Border Color

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

This div border color is #38cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38cabe


Comments

No comments written yet.

Please login to write comment.