Color Hex Logo

#38dfda Color Hex

#38DFDA
(56,223,218)
0 Favorites   0 Comments

Color spaces of #38dfda

RGB 56223218
HSL0.500.720.55
HSV178°75°87°
CMYK 0.750.000.02   0.13
XYZ40.673558.678175.5120
Yxy58.67810.23260.3356
Hunter Lab76.6016-39.2739-4.8255
CIE-Lab81.1143-41.8106-9.5922

#38dfda color RGB value is (56,223,218).

#38dfda hex color red value is 56, green value is 223 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #38dfda hue: 0.50 , saturation: 0.72 and the lightness value of 38dfda is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011111 11011010
Octal 70 337 332
Decimal 56 223 218
Hex 38 DF DA

RGB Percentages of Color #38dfda

%11.27
%44.87
%43.86

CMYK Percentages of Color #38dfda

%75
%0
%2
%13

Triadic Colors of #38dfda

#38dfda #da38df #dfda38

Analogous Colors of #38dfda

#38dfda #3891df #38df87

Monochromatic Colors of #38dfda

#38dfda

Complementary Color

#38dfda #df383d

#38dfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dfda Color CSS Codes

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

#38dfda Text Font Color

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

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


#38dfda Background Color

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

This div background color is #38dfda


#38dfda Border Color

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

This div border color is #38dfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dfda


Comments

No comments written yet.

Please login to write comment.