Color Hex Logo

#38ccfd Color Hex

#38CCFD
(56,204,253)
0 Favorites   0 Comments

Color spaces of #38ccfd

RGB 56204253
HSL0.540.980.61
HSV195°78°99°
CMYK 0.780.190.00   0.01
XYZ40.953451.1183100.6369
Yxy51.11830.21250.2653
Hunter Lab71.4971-22.8754-33.4067
CIE-Lab76.7506-22.1391-34.9031

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001100 11111101
Octal 70 314 375
Decimal 56 204 253
Hex 38 CC FD

RGB Percentages of Color #38ccfd

%10.92
%39.77
%49.32

CMYK Percentages of Color #38ccfd

%78
%19
%0
%1

Triadic Colors of #38ccfd

#38ccfd #fd38cc #ccfd38

Analogous Colors of #38ccfd

#38ccfd #386afd #38fdcc

Monochromatic Colors of #38ccfd

#38ccfd

Complementary Color

#38ccfd #fd6938

#38ccfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ccfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ccfd Color CSS Codes

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

#38ccfd Text Font Color

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

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


#38ccfd Background Color

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

This div background color is #38ccfd


#38ccfd Border Color

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

This div border color is #38ccfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ccfd

Related Colors


Comments

No comments written yet.

Please login to write comment.