Color Hex Logo

#38bcda Color Hex

#38BCDA
(56,188,218)
0 Favorites   0 Comments

Color spaces of #38bcda

RGB 56188218
HSL0.530.690.54
HSV191°74°85°
CMYK 0.740.140.00   0.15
XYZ32.269041.869172.7105
Yxy41.86910.21970.2851
Hunter Lab64.7063-24.2183-21.3297
CIE-Lab70.7806-25.2468-25.1921

#38bcda color RGB value is (56,188,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111100 11011010
Octal 70 274 332
Decimal 56 188 218
Hex 38 BC DA

RGB Percentages of Color #38bcda

%12.12
%40.69
%47.19

CMYK Percentages of Color #38bcda

%74
%14
%0
%15

Triadic Colors of #38bcda

#38bcda #da38bc #bcda38

Analogous Colors of #38bcda

#38bcda #386bda #38daa7

Monochromatic Colors of #38bcda

#38bcda

Complementary Color

#38bcda #da5638

#38bcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bcda Color CSS Codes

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

#38bcda Text Font Color

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

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


#38bcda Background Color

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

This div background color is #38bcda


#38bcda Border Color

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

This div border color is #38bcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bcda


Comments

No comments written yet.

Please login to write comment.