Color Hex Logo

#38eefd Color Hex

#38EEFD
(56,238,253)
0 Favorites   0 Comments

Color spaces of #38eefd

RGB 56238253
HSL0.510.980.61
HSV185°78°99°
CMYK 0.780.060.00   0.01
XYZ49.935069.0817103.6308
Yxy69.08170.22430.3103
Hunter Lab83.1154-38.2107-15.7438
CIE-Lab86.5445-38.5498-19.9302

#38eefd color RGB value is (56,238,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11101110 11111101
Octal 70 356 375
Decimal 56 238 253
Hex 38 EE FD

RGB Percentages of Color #38eefd

%10.24
%43.51
%46.25

CMYK Percentages of Color #38eefd

%78
%6
%0
%1

Triadic Colors of #38eefd

#38eefd #fd38ee #eefd38

Analogous Colors of #38eefd

#38eefd #388cfd #38fdaa

Monochromatic Colors of #38eefd

#38eefd

Complementary Color

#38eefd #fd4738

#38eefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38eefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38eefd Color CSS Codes

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

#38eefd Text Font Color

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

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


#38eefd Background Color

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

This div background color is #38eefd


#38eefd Border Color

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

This div border color is #38eefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38eefd

Related Colors


Comments

No comments written yet.

Please login to write comment.