Color Hex Logo

#38efdf Color Hex

#38EFDF
(56,239,223)
0 Favorites   0 Comments

Color spaces of #38efdf

RGB 56239223
HSL0.490.850.58
HSV175°77°94°
CMYK 0.770.000.07   0.06
XYZ45.816767.901580.5035
Yxy67.90150.23590.3496
Hunter Lab82.4024-44.9560-0.2421
CIE-Lab85.9572-47.4293-5.0603

#38efdf color RGB value is (56,239,223).

#38efdf hex color red value is 56, green value is 239 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #38efdf hue: 0.49 , saturation: 0.85 and the lightness value of 38efdf is 0.58.

The process color (four color CMYK) of #38efdf color hex is 0.77, 0.00, 0.07, 0.06. Web safe color of #38efdf is #33ffcc. Color #38efdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101111 11011111
Octal 70 357 337
Decimal 56 239 223
Hex 38 EF DF

RGB Percentages of Color #38efdf

%10.81
%46.14
%43.05

CMYK Percentages of Color #38efdf

%77
%0
%7
%6

Triadic Colors of #38efdf

#38efdf #df38ef #efdf38

Analogous Colors of #38efdf

#38efdf #38a4ef #38ef84

Monochromatic Colors of #38efdf

#38efdf

Complementary Color

#38efdf #ef3848

#38efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#38efdf Color CSS Codes

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

#38efdf Text Font Color

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

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


#38efdf Background Color

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

This div background color is #38efdf


#38efdf Border Color

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

This div border color is #38efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38efdf


Comments

No comments written yet.

Please login to write comment.