Color Hex Logo

#38ebea Color Hex

#38EBEA
(56,235,234)
0 Favorites   0 Comments

Color spaces of #38ebea

RGB 56235234
HSL0.500.820.57
HSV180°76°92°
CMYK 0.760.000.00   0.08
XYZ46.190566.197988.1849
Yxy66.19790.23030.3300
Hunter Lab81.3621-41.0465-7.3084
CIE-Lab85.0973-42.6595-12.1210

#38ebea color RGB value is (56,235,234).

#38ebea hex color red value is 56, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #38ebea hue: 0.50 , saturation: 0.82 and the lightness value of 38ebea is 0.57.

The process color (four color CMYK) of #38ebea color hex is 0.76, 0.00, 0.00, 0.08. Web safe color of #38ebea is #33ffff. Color #38ebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101011 11101010
Octal 70 353 352
Decimal 56 235 234
Hex 38 EB EA

RGB Percentages of Color #38ebea

%10.67
%44.76
%44.57

CMYK Percentages of Color #38ebea

%76
%0
%0
%8

Triadic Colors of #38ebea

#38ebea #ea38eb #ebea38

Analogous Colors of #38ebea

#38ebea #3893eb #38eb91

Monochromatic Colors of #38ebea

#38ebea

Complementary Color

#38ebea #eb3839

#38ebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ebea Color CSS Codes

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

#38ebea Text Font Color

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

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


#38ebea Background Color

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

This div background color is #38ebea


#38ebea Border Color

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

This div border color is #38ebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ebea


Comments

No comments written yet.

Please login to write comment.