Color Hex Logo

#38dfee Color Hex

#38DFEE
(56,223,238)
0 Favorites   0 Comments

Color spaces of #38dfee

RGB 56223238
HSL0.510.840.58
HSV185°76°93°
CMYK 0.760.060.00   0.07
XYZ43.451259.789290.1393
Yxy59.78920.22470.3092
Hunter Lab77.3235-35.0097-14.9905
CIE-Lab81.7235-36.0471-19.3051

#38dfee color RGB value is (56,223,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011111 11101110
Octal 70 337 356
Decimal 56 223 238
Hex 38 DF EE

RGB Percentages of Color #38dfee

%10.83
%43.13
%46.03

CMYK Percentages of Color #38dfee

%76
%6
%0
%7

Triadic Colors of #38dfee

#38dfee #ee38df #dfee38

Analogous Colors of #38dfee

#38dfee #3884ee #38eea2

Monochromatic Colors of #38dfee

#38dfee

Complementary Color

#38dfee #ee4738

#38dfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38dfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#38dfee Color CSS Codes

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

#38dfee Text Font Color

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

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


#38dfee Background Color

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

This div background color is #38dfee


#38dfee Border Color

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

This div border color is #38dfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38dfee


Comments

No comments written yet.

Please login to write comment.