Color Hex Logo

#38ddee Color Hex

#38DDEE
(56,221,238)
0 Favorites   0 Comments

Color spaces of #38ddee

RGB 56221238
HSL0.520.840.58
HSV186°76°93°
CMYK 0.760.070.00   0.07
XYZ42.920058.726789.9622
Yxy58.72670.22400.3065
Hunter Lab76.6333-34.1360-15.9590
CIE-Lab81.1411-35.1131-20.1861

#38ddee color RGB value is (56,221,238).

#38ddee hex color red value is 56, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #38ddee hue: 0.52 , saturation: 0.84 and the lightness value of 38ddee is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011101 11101110
Octal 70 335 356
Decimal 56 221 238
Hex 38 DD EE

RGB Percentages of Color #38ddee

%10.87
%42.91
%46.21

CMYK Percentages of Color #38ddee

%76
%7
%0
%7

Triadic Colors of #38ddee

#38ddee #ee38dd #ddee38

Analogous Colors of #38ddee

#38ddee #3882ee #38eea4

Monochromatic Colors of #38ddee

#38ddee

Complementary Color

#38ddee #ee4938

#38ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ddee Color CSS Codes

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

#38ddee Text Font Color

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

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


#38ddee Background Color

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

This div background color is #38ddee


#38ddee Border Color

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

This div border color is #38ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ddee


Comments

No comments written yet.

Please login to write comment.