Color Hex Logo

#38dbea Color Hex

#38DBEA
(56,219,234)
0 Favorites   0 Comments

Color spaces of #38dbea

RGB 56219234
HSL0.510.810.57
HSV185°76°92°
CMYK 0.760.060.00   0.08
XYZ41.813757.444386.7259
Yxy57.44430.22480.3089
Hunter Lab75.7920-34.1594-14.7889
CIE-Lab80.4288-35.3675-19.1362

#38dbea color RGB value is (56,219,234).

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

The process color (four color CMYK) of #38dbea color hex is 0.76, 0.06, 0.00, 0.08. Web safe color of #38dbea is #33ccff. Color #38dbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011011 11101010
Octal 70 333 352
Decimal 56 219 234
Hex 38 DB EA

RGB Percentages of Color #38dbea

%11.00
%43.03
%45.97

CMYK Percentages of Color #38dbea

%76
%6
%0
%8

Triadic Colors of #38dbea

#38dbea #ea38db #dbea38

Analogous Colors of #38dbea

#38dbea #3882ea #38eaa0

Monochromatic Colors of #38dbea

#38dbea

Complementary Color

#38dbea #ea4738

#38dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dbea Color CSS Codes

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

#38dbea Text Font Color

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

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


#38dbea Background Color

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

This div background color is #38dbea


#38dbea Border Color

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

This div border color is #38dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dbea


Comments

No comments written yet.

Please login to write comment.