Color Hex Logo

#38ffbd Color Hex

#38FFBD
(56,255,189)
0 Favorites   0 Comments

Color spaces of #38ffbd

RGB 56255189
HSL0.441.000.61
HSV160°78°100°
CMYK 0.780.000.26   0.00
XYZ46.576276.034960.3655
Yxy76.03490.25450.4155
Hunter Lab87.1980-57.252019.9933
CIE-Lab89.8755-62.164418.2433

#38ffbd color RGB value is (56,255,189).

#38ffbd hex color red value is 56, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #38ffbd hue: 0.44 , saturation: 1.00 and the lightness value of 38ffbd is 0.61.

The process color (four color CMYK) of #38ffbd color hex is 0.78, 0.00, 0.26, 0.00. Web safe color of #38ffbd is #33ffcc. Color #38ffbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11111111 10111101
Octal 70 377 275
Decimal 56 255 189
Hex 38 FF BD

RGB Percentages of Color #38ffbd

%11.20
%51.00
%37.80

CMYK Percentages of Color #38ffbd

%78
%0
%26
%0

Triadic Colors of #38ffbd

#38ffbd #bd38ff #ffbd38

Analogous Colors of #38ffbd

#38ffbd #38deff #38ff5a

Monochromatic Colors of #38ffbd

#38ffbd

Complementary Color

#38ffbd #ff387a

#38ffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ffbd Color CSS Codes

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

#38ffbd Text Font Color

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

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


#38ffbd Background Color

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

This div background color is #38ffbd


#38ffbd Border Color

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

This div border color is #38ffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ffbd


Comments

No comments written yet.

Please login to write comment.