Color Hex Logo

#38bfdc Color Hex

#38BFDC
(56,191,220)
0 Favorites   0 Comments

Color spaces of #38bfdc

RGB 56191220
HSL0.530.700.54
HSV191°75°86°
CMYK 0.750.130.00   0.14
XYZ33.180043.269774.3133
Yxy43.26970.22010.2870
Hunter Lab65.7797-25.0771-20.9359
CIE-Lab71.7376-26.1200-24.8172

#38bfdc color RGB value is (56,191,220).

#38bfdc hex color red value is 56, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #38bfdc hue: 0.53 , saturation: 0.70 and the lightness value of 38bfdc is 0.54.

The process color (four color CMYK) of #38bfdc color hex is 0.75, 0.13, 0.00, 0.14. Web safe color of #38bfdc is #33cccc. Color #38bfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111111 11011100
Octal 70 277 334
Decimal 56 191 220
Hex 38 BF DC

RGB Percentages of Color #38bfdc

%11.99
%40.90
%47.11

CMYK Percentages of Color #38bfdc

%75
%13
%0
%14

Triadic Colors of #38bfdc

#38bfdc #dc38bf #bfdc38

Analogous Colors of #38bfdc

#38bfdc #386ddc #38dca7

Monochromatic Colors of #38bfdc

#38bfdc

Complementary Color

#38bfdc #dc5538

#38bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bfdc Color CSS Codes

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

#38bfdc Text Font Color

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

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


#38bfdc Background Color

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

This div background color is #38bfdc


#38bfdc Border Color

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

This div border color is #38bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bfdc


Comments

No comments written yet.

Please login to write comment.