Color Hex Logo

#38bcde Color Hex

#38BCDE
(56,188,222)
0 Favorites   0 Comments

Color spaces of #38bcde

RGB 56188222
HSL0.530.720.55
HSV192°75°87°
CMYK 0.750.150.00   0.13
XYZ32.798942.081175.5010
Yxy42.08110.21810.2798
Hunter Lab64.8699-23.2710-23.5976
CIE-Lab70.9268-23.9781-27.1483

#38bcde color RGB value is (56,188,222).

#38bcde hex color red value is 56, green value is 188 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #38bcde hue: 0.53 , saturation: 0.72 and the lightness value of 38bcde is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111100 11011110
Octal 70 274 336
Decimal 56 188 222
Hex 38 BC DE

RGB Percentages of Color #38bcde

%12.02
%40.34
%47.64

CMYK Percentages of Color #38bcde

%75
%15
%0
%13

Triadic Colors of #38bcde

#38bcde #de38bc #bcde38

Analogous Colors of #38bcde

#38bcde #3869de #38dead

Monochromatic Colors of #38bcde

#38bcde

Complementary Color

#38bcde #de5a38

#38bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bcde Color CSS Codes

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

#38bcde Text Font Color

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

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


#38bcde Background Color

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

This div background color is #38bcde


#38bcde Border Color

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

This div border color is #38bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bcde


Comments

No comments written yet.

Please login to write comment.