Color Hex Logo

#38dedc Color Hex

#38DEDC
(56,222,220)
0 Favorites   0 Comments

Color spaces of #38dedc

RGB 56222220
HSL0.500.720.55
HSV179°75°87°
CMYK 0.750.000.01   0.13
XYZ40.670458.250676.8101
Yxy58.25060.23140.3315
Hunter Lab76.3221-38.4448-6.2437
CIE-Lab80.8779-40.8011-11.0085

#38dedc color RGB value is (56,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011110 11011100
Octal 70 336 334
Decimal 56 222 220
Hex 38 DE DC

RGB Percentages of Color #38dedc

%11.24
%44.58
%44.18

CMYK Percentages of Color #38dedc

%75
%0
%1
%13

Triadic Colors of #38dedc

#38dedc #dc38de #dedc38

Analogous Colors of #38dedc

#38dedc #388dde #38de89

Monochromatic Colors of #38dedc

#38dedc

Complementary Color

#38dedc #de383a

#38dedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dedc Color CSS Codes

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

#38dedc Text Font Color

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

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


#38dedc Background Color

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

This div background color is #38dedc


#38dedc Border Color

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

This div border color is #38dedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dedc


Comments

No comments written yet.

Please login to write comment.