Color Hex Logo

#38bebe Color Hex

#38BEBE
(56,190,190)
0 Favorites   0 Comments

Color spaces of #38bebe

RGB 56190190
HSL0.500.540.48
HSV180°71°75°
CMYK 0.710.000.00   0.25
XYZ29.338641.385455.1571
Yxy41.38540.23310.3288
Hunter Lab64.3315-31.1745-5.8025
CIE-Lab70.4451-34.6961-10.3893

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

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

The process color (four color CMYK) of #38bebe color hex is 0.71, 0.00, 0.00, 0.25. Web safe color of #38bebe is #33cccc. Color #38bebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111110 10111110
Octal 70 276 276
Decimal 56 190 190
Hex 38 BE BE

RGB Percentages of Color #38bebe

%12.84
%43.58
%43.58

CMYK Percentages of Color #38bebe

%71
%0
%0
%25

Triadic Colors of #38bebe

#38bebe #be38be #bebe38

Analogous Colors of #38bebe

#38bebe #387bbe #38be7b

Monochromatic Colors of #38bebe

#38bebe

Complementary Color

#38bebe #be3838

#38bebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bebe Color CSS Codes

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

#38bebe Text Font Color

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

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


#38bebe Background Color

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

This div background color is #38bebe


#38bebe Border Color

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

This div border color is #38bebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bebe


Comments

No comments written yet.

Please login to write comment.