Color Hex Logo

#38eefe Color Hex

#38EEFE
(56,238,254)
0 Favorites   0 Comments

Color spaces of #38eefe

RGB 56238254
HSL0.510.990.61
HSV185°78°100°
CMYK 0.780.060.00   0.00
XYZ50.094869.1456104.4721
Yxy69.14560.22390.3091
Hunter Lab83.1538-37.9845-16.2826
CIE-Lab86.5761-38.2561-20.4066

#38eefe color RGB value is (56,238,254).

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

The process color (four color CMYK) of #38eefe color hex is 0.78, 0.06, 0.00, 0.00. Web safe color of #38eefe is #33ffff. Color #38eefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101110 11111110
Octal 70 356 376
Decimal 56 238 254
Hex 38 EE FE

RGB Percentages of Color #38eefe

%10.22
%43.43
%46.35

CMYK Percentages of Color #38eefe

%78
%6
%0
%0

Triadic Colors of #38eefe

#38eefe #fe38ee #eefe38

Analogous Colors of #38eefe

#38eefe #388bfe #38feab

Monochromatic Colors of #38eefe

#38eefe

Complementary Color

#38eefe #fe4838

#38eefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38eefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#38eefe Color CSS Codes

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

#38eefe Text Font Color

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

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


#38eefe Background Color

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

This div background color is #38eefe


#38eefe Border Color

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

This div border color is #38eefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38eefe


Comments

No comments written yet.

Please login to write comment.