Color Hex Logo

#38bebb Color Hex

#38BEBB
(56,190,187)
0 Favorites   0 Comments

Color spaces of #38bebb

RGB 56190187
HSL0.500.540.48
HSV179°71°75°
CMYK 0.710.000.02   0.25
XYZ29.014041.255553.4476
Yxy41.25550.23450.3335
Hunter Lab64.2304-31.7717-4.3752
CIE-Lab70.3546-35.5567-8.8810

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111110 10111011
Octal 70 276 273
Decimal 56 190 187
Hex 38 BE BB

RGB Percentages of Color #38bebb

%12.93
%43.88
%43.19

CMYK Percentages of Color #38bebb

%71
%0
%2
%25

Triadic Colors of #38bebb

#38bebb #bb38be #bebb38

Analogous Colors of #38bebb

#38bebb #387ebe #38be78

Monochromatic Colors of #38bebb

#38bebb

Complementary Color

#38bebb #be383b

#38bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bebb Color CSS Codes

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

#38bebb Text Font Color

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

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


#38bebb Background Color

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

This div background color is #38bebb


#38bebb Border Color

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

This div border color is #38bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bebb


Comments

No comments written yet.

Please login to write comment.