Color Hex Logo

#38effc Color Hex

#38EFFC
(56,239,252)
0 Favorites   0 Comments

Color spaces of #38effc

RGB 56239252
HSL0.510.970.60
HSV184°78°99°
CMYK 0.780.050.00   0.01
XYZ50.068169.6020102.8911
Yxy69.60200.22500.3127
Hunter Lab83.4278-38.8743-14.7226
CIE-Lab86.8013-39.2985-19.0183

#38effc color RGB value is (56,239,252).

#38effc hex color red value is 56, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #38effc hue: 0.51 , saturation: 0.97 and the lightness value of 38effc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101111 11111100
Octal 70 357 374
Decimal 56 239 252
Hex 38 EF FC

RGB Percentages of Color #38effc

%10.24
%43.69
%46.07

CMYK Percentages of Color #38effc

%78
%5
%0
%1

Triadic Colors of #38effc

#38effc #fc38ef #effc38

Analogous Colors of #38effc

#38effc #388dfc #38fca7

Monochromatic Colors of #38effc

#38effc

Complementary Color

#38effc #fc4538

#38effc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38effc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38effc Color CSS Codes

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

#38effc Text Font Color

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

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


#38effc Background Color

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

This div background color is #38effc


#38effc Border Color

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

This div border color is #38effc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38effc

Related Colors


Comments

No comments written yet.

Please login to write comment.