Color Hex Logo

#38deef Color Hex

#38DEEF
(56,222,239)
0 Favorites   0 Comments

Color spaces of #38deef

RGB 56222239
HSL0.520.850.58
HSV186°77°94°
CMYK 0.770.070.00   0.06
XYZ43.332259.315390.8265
Yxy59.31530.22400.3066
Hunter Lab77.0164-34.3483-16.0100
CIE-Lab81.4646-35.2832-20.2275

#38deef color RGB value is (56,222,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11011110 11101111
Octal 70 336 357
Decimal 56 222 239
Hex 38 DE EF

RGB Percentages of Color #38deef

%10.83
%42.94
%46.23

CMYK Percentages of Color #38deef

%77
%7
%0
%6

Triadic Colors of #38deef

#38deef #ef38de #deef38

Analogous Colors of #38deef

#38deef #3883ef #38efa5

Monochromatic Colors of #38deef

#38deef

Complementary Color

#38deef #ef4938

#38deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#38deef Color CSS Codes

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

#38deef Text Font Color

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

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


#38deef Background Color

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

This div background color is #38deef


#38deef Border Color

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

This div border color is #38deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38deef


Comments

No comments written yet.

Please login to write comment.