Color Hex Logo

#38dfcc Color Hex

#38DFCC
(56,223,204)
0 Favorites   0 Comments

Color spaces of #38dfcc

RGB 56223204
HSL0.480.720.55
HSV173°75°87°
CMYK 0.750.000.09   0.13
XYZ38.917657.975766.2660
Yxy57.97570.23850.3553
Hunter Lab76.1418-42.01321.6993
CIE-Lab80.7253-45.6356-2.7208

#38dfcc color RGB value is (56,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011111 11001100
Octal 70 337 314
Decimal 56 223 204
Hex 38 DF CC

RGB Percentages of Color #38dfcc

%11.59
%46.17
%42.24

CMYK Percentages of Color #38dfcc

%75
%0
%9
%13

Triadic Colors of #38dfcc

#38dfcc #cc38df #dfcc38

Analogous Colors of #38dfcc

#38dfcc #389fdf #38df79

Monochromatic Colors of #38dfcc

#38dfcc

Complementary Color

#38dfcc #df384b

#38dfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dfcc Color CSS Codes

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

#38dfcc Text Font Color

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

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


#38dfcc Background Color

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

This div background color is #38dfcc


#38dfcc Border Color

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

This div border color is #38dfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dfcc


Comments

No comments written yet.

Please login to write comment.