Color Hex Logo

#38dcda Color Hex

#38DCDA
(56,220,218)
0 Favorites   0 Comments

Color spaces of #38dcda

RGB 56220218
HSL0.500.700.54
HSV179°75°86°
CMYK 0.750.000.01   0.14
XYZ39.879057.089175.2471
Yxy57.08910.23160.3315
Hunter Lab75.5573-38.0134-6.1564
CIE-Lab80.2297-40.4669-10.9102

#38dcda color RGB value is (56,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011100 11011010
Octal 70 334 332
Decimal 56 220 218
Hex 38 DC DA

RGB Percentages of Color #38dcda

%11.34
%44.53
%44.13

CMYK Percentages of Color #38dcda

%75
%0
%1
%14

Triadic Colors of #38dcda

#38dcda #da38dc #dcda38

Analogous Colors of #38dcda

#38dcda #388cdc #38dc88

Monochromatic Colors of #38dcda

#38dcda

Complementary Color

#38dcda #dc383a

#38dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dcda Color CSS Codes

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

#38dcda Text Font Color

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

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


#38dcda Background Color

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

This div background color is #38dcda


#38dcda Border Color

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

This div border color is #38dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dcda


Comments

No comments written yet.

Please login to write comment.