Color Hex Logo

#38ebdf Color Hex

#38EBDF
(56,235,223)
0 Favorites   0 Comments

Color spaces of #38ebdf

RGB 56235223
HSL0.490.820.57
HSV176°76°92°
CMYK 0.760.000.05   0.08
XYZ44.658565.585180.1175
Yxy65.58510.23460.3445
Hunter Lab80.9846-43.2903-1.9659
CIE-Lab84.7843-45.7057-6.7929

#38ebdf color RGB value is (56,235,223).

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

The process color (four color CMYK) of #38ebdf color hex is 0.76, 0.00, 0.05, 0.08. Web safe color of #38ebdf is #33ffcc. Color #38ebdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101011 11011111
Octal 70 353 337
Decimal 56 235 223
Hex 38 EB DF

RGB Percentages of Color #38ebdf

%10.89
%45.72
%43.39

CMYK Percentages of Color #38ebdf

%76
%0
%5
%8

Triadic Colors of #38ebdf

#38ebdf #df38eb #ebdf38

Analogous Colors of #38ebdf

#38ebdf #389eeb #38eb86

Monochromatic Colors of #38ebdf

#38ebdf

Complementary Color

#38ebdf #eb3844

#38ebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ebdf Color CSS Codes

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

#38ebdf Text Font Color

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

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


#38ebdf Background Color

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

This div background color is #38ebdf


#38ebdf Border Color

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

This div border color is #38ebdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,235,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 #38ebdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ebdf


Comments

No comments written yet.

Please login to write comment.