Color Hex Logo

#38ddda Color Hex

#38DDDA
(56,221,218)
0 Favorites   0 Comments

Color spaces of #38ddda

RGB 56221218
HSL0.500.710.54
HSV179°75°87°
CMYK 0.750.000.01   0.13
XYZ40.142257.615675.3349
Yxy57.61560.23190.3329
Hunter Lab75.9049-38.4342-5.7113
CIE-Lab80.5246-40.9164-10.4705

#38ddda color RGB value is (56,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011101 11011010
Octal 70 335 332
Decimal 56 221 218
Hex 38 DD DA

RGB Percentages of Color #38ddda

%11.31
%44.65
%44.04

CMYK Percentages of Color #38ddda

%75
%0
%1
%13

Triadic Colors of #38ddda

#38ddda #da38dd #ddda38

Analogous Colors of #38ddda

#38ddda #388edd #38dd88

Monochromatic Colors of #38ddda

#38ddda

Complementary Color

#38ddda #dd383b

#38ddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ddda Color CSS Codes

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

#38ddda Text Font Color

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

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


#38ddda Background Color

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

This div background color is #38ddda


#38ddda Border Color

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

This div border color is #38ddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ddda


Comments

No comments written yet.

Please login to write comment.