Color Hex Logo

#38dfcf Color Hex

#38DFCF
(56,223,207)
0 Favorites   0 Comments

Color spaces of #38dfcf

RGB 56223207
HSL0.480.720.55
HSV174°75°87°
CMYK 0.750.000.07   0.13
XYZ39.281058.121168.1797
Yxy58.12110.23720.3510
Hunter Lab76.2372-41.44350.3424
CIE-Lab80.8061-44.8318-4.1976

#38dfcf color RGB value is (56,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011111 11001111
Octal 70 337 317
Decimal 56 223 207
Hex 38 DF CF

RGB Percentages of Color #38dfcf

%11.52
%45.88
%42.59

CMYK Percentages of Color #38dfcf

%75
%0
%7
%13

Triadic Colors of #38dfcf

#38dfcf #cf38df #dfcf38

Analogous Colors of #38dfcf

#38dfcf #389cdf #38df7c

Monochromatic Colors of #38dfcf

#38dfcf

Complementary Color

#38dfcf #df3848

#38dfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dfcf Color CSS Codes

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

#38dfcf Text Font Color

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

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


#38dfcf Background Color

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

This div background color is #38dfcf


#38dfcf Border Color

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

This div border color is #38dfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dfcf


Comments

No comments written yet.

Please login to write comment.