Color Hex Logo

#38fdfd Color Hex

#38FDFD
(56,253,253)
0 Favorites   0 Comments

Color spaces of #38fdfd

RGB 56253253
HSL0.500.980.61
HSV180°78°99°
CMYK 0.780.000.00   0.01
XYZ54.485878.1832105.1477
Yxy78.18320.22910.3288
Hunter Lab88.4213-44.7443-8.6109
CIE-Lab90.8634-45.2643-13.4390

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11111101 11111101
Octal 70 375 375
Decimal 56 253 253
Hex 38 FD FD

RGB Percentages of Color #38fdfd

%9.96
%45.02
%45.02

CMYK Percentages of Color #38fdfd

%78
%0
%0
%1

Triadic Colors of #38fdfd

#38fdfd #fd38fd #fdfd38

Analogous Colors of #38fdfd

#38fdfd #389bfd #38fd9b

Monochromatic Colors of #38fdfd

#38fdfd

Complementary Color

#38fdfd #fd3838

#38fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38fdfd Color CSS Codes

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

#38fdfd Text Font Color

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

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


#38fdfd Background Color

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

This div background color is #38fdfd


#38fdfd Border Color

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

This div border color is #38fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.