Color Hex Logo

#38dfde Color Hex

#38DFDE
(56,223,222)
0 Favorites   0 Comments

Color spaces of #38dfde

RGB 56223222
HSL0.500.720.55
HSV180°75°87°
CMYK 0.750.000.00   0.13
XYZ41.203458.890078.3025
Yxy58.89000.23100.3301
Hunter Lab76.7398-38.4539-6.7795
CIE-Lab81.2311-40.6847-11.5453

#38dfde color RGB value is (56,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011111 11011110
Octal 70 337 336
Decimal 56 223 222
Hex 38 DF DE

RGB Percentages of Color #38dfde

%11.18
%44.51
%44.31

CMYK Percentages of Color #38dfde

%75
%0
%0
%13

Triadic Colors of #38dfde

#38dfde #de38df #dfde38

Analogous Colors of #38dfde

#38dfde #388ddf #38df8b

Monochromatic Colors of #38dfde

#38dfde

Complementary Color

#38dfde #df3839

#38dfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dfde Color CSS Codes

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

#38dfde Text Font Color

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

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


#38dfde Background Color

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

This div background color is #38dfde


#38dfde Border Color

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

This div border color is #38dfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dfde


Comments

No comments written yet.

Please login to write comment.