Color Hex Logo

#38eebd Color Hex

#38EEBD
(56,238,189)
0 Favorites   0 Comments

Color spaces of #38eebd

RGB 56238189
HSL0.460.840.58
HSV164°76°93°
CMYK 0.760.000.21   0.07
XYZ41.390765.663958.6370
Yxy65.66390.24980.3963
Hunter Lab81.0333-50.632813.8201
CIE-Lab84.8247-55.601711.1183

#38eebd color RGB value is (56,238,189).

#38eebd hex color red value is 56, green value is 238 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #38eebd hue: 0.46 , saturation: 0.84 and the lightness value of 38eebd is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101110 10111101
Octal 70 356 275
Decimal 56 238 189
Hex 38 EE BD

RGB Percentages of Color #38eebd

%11.59
%49.28
%39.13

CMYK Percentages of Color #38eebd

%76
%0
%21
%7

Triadic Colors of #38eebd

#38eebd #bd38ee #eebd38

Analogous Colors of #38eebd

#38eebd #38c4ee #38ee62

Monochromatic Colors of #38eebd

#38eebd

Complementary Color

#38eebd #ee3869

#38eebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38eebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38eebd Color CSS Codes

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

#38eebd Text Font Color

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

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


#38eebd Background Color

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

This div background color is #38eebd


#38eebd Border Color

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

This div border color is #38eebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38eebd


Comments

No comments written yet.

Please login to write comment.