Color Hex Logo

#38ccf8 Color Hex

#38CCF8
(56,204,248)
0 Favorites   0 Comments

Color spaces of #38ccf8

RGB 56204248
HSL0.540.930.60
HSV194°77°97°
CMYK 0.770.180.00   0.03
XYZ40.167050.803896.4960
Yxy50.80380.21430.2710
Hunter Lab71.2768-24.1433-30.3743
CIE-Lab76.5600-23.7504-32.5222

#38ccf8 color RGB value is (56,204,248).

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

The process color (four color CMYK) of #38ccf8 color hex is 0.77, 0.18, 0.00, 0.03. Web safe color of #38ccf8 is #33ccff. Color #38ccf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 11001100 11111000
Octal 70 314 370
Decimal 56 204 248
Hex 38 CC F8

RGB Percentages of Color #38ccf8

%11.02
%40.16
%48.82

CMYK Percentages of Color #38ccf8

%77
%18
%0
%3

Triadic Colors of #38ccf8

#38ccf8 #f838cc #ccf838

Analogous Colors of #38ccf8

#38ccf8 #386cf8 #38f8c4

Monochromatic Colors of #38ccf8

#38ccf8

Complementary Color

#38ccf8 #f86438

#38ccf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38ccf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38ccf8 Color CSS Codes

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

#38ccf8 Text Font Color

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

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


#38ccf8 Background Color

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

This div background color is #38ccf8


#38ccf8 Border Color

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

This div border color is #38ccf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38ccf8

Related Colors


Comments

No comments written yet.

Please login to write comment.