Color Hex Logo

#38d2ed Color Hex

#38D2ED
(56,210,237)
0 Favorites   0 Comments

Color spaces of #38d2ed

RGB 56210237
HSL0.520.830.57
HSV189°76°93°
CMYK 0.760.110.00   0.07
XYZ39.963553.048488.2538
Yxy53.04840.22050.2927
Hunter Lab72.8343-29.5188-20.8580
CIE-Lab77.9036-30.1764-24.5725

#38d2ed color RGB value is (56,210,237).

#38d2ed hex color red value is 56, green value is 210 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #38d2ed hue: 0.52 , saturation: 0.83 and the lightness value of 38d2ed is 0.57.

The process color (four color CMYK) of #38d2ed color hex is 0.76, 0.11, 0.00, 0.07. Web safe color of #38d2ed is #33ccff. Color #38d2ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11010010 11101101
Octal 70 322 355
Decimal 56 210 237
Hex 38 D2 ED

RGB Percentages of Color #38d2ed

%11.13
%41.75
%47.12

CMYK Percentages of Color #38d2ed

%76
%11
%0
%7

Triadic Colors of #38d2ed

#38d2ed #ed38d2 #d2ed38

Analogous Colors of #38d2ed

#38d2ed #3878ed #38edae

Monochromatic Colors of #38d2ed

#38d2ed

Complementary Color

#38d2ed #ed5338

#38d2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38d2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#38d2ed Color CSS Codes

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

#38d2ed Text Font Color

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

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


#38d2ed Background Color

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

This div background color is #38d2ed


#38d2ed Border Color

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

This div border color is #38d2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38d2ed


Comments

No comments written yet.

Please login to write comment.