Color Hex Logo

#38bcc9 Color Hex

#38BCC9
(56,188,201)
0 Favorites   0 Comments

Color spaces of #38bcc9

RGB 56188201
HSL0.510.570.50
HSV185°72°79°
CMYK 0.720.060.00   0.21
XYZ30.156741.024261.5874
Yxy41.02420.22710.3090
Hunter Lab64.0501-28.0447-12.1752
CIE-Lab70.1929-30.4969-16.7935

#38bcc9 color RGB value is (56,188,201).

#38bcc9 hex color red value is 56, green value is 188 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #38bcc9 hue: 0.51 , saturation: 0.57 and the lightness value of 38bcc9 is 0.50.

The process color (four color CMYK) of #38bcc9 color hex is 0.72, 0.06, 0.00, 0.21. Web safe color of #38bcc9 is #33cccc. Color #38bcc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111100 11001001
Octal 70 274 311
Decimal 56 188 201
Hex 38 BC C9

RGB Percentages of Color #38bcc9

%12.58
%42.25
%45.17

CMYK Percentages of Color #38bcc9

%72
%6
%0
%21

Triadic Colors of #38bcc9

#38bcc9 #c938bc #bcc938

Analogous Colors of #38bcc9

#38bcc9 #3874c9 #38c98e

Monochromatic Colors of #38bcc9

#38bcc9

Complementary Color

#38bcc9 #c94538

#38bcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bcc9 Color CSS Codes

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

#38bcc9 Text Font Color

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

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


#38bcc9 Background Color

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

This div background color is #38bcc9


#38bcc9 Border Color

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

This div border color is #38bcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bcc9


Comments

No comments written yet.

Please login to write comment.