Color Hex Logo

#38bfbc Color Hex

#38BFBC
(56,191,188)
0 Favorites   0 Comments

Color spaces of #38bfbc

RGB 56191188
HSL0.500.550.48
HSV179°71°75°
CMYK 0.710.000.02   0.25
XYZ29.338841.733254.0859
Yxy41.73320.23440.3334
Hunter Lab64.6012-31.9860-4.4183
CIE-Lab70.6866-35.7363-8.9341

#38bfbc color RGB value is (56,191,188).

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

The process color (four color CMYK) of #38bfbc color hex is 0.71, 0.00, 0.02, 0.25. Web safe color of #38bfbc is #33cccc. Color #38bfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10111111 10111100
Octal 70 277 274
Decimal 56 191 188
Hex 38 BF BC

RGB Percentages of Color #38bfbc

%12.87
%43.91
%43.22

CMYK Percentages of Color #38bfbc

%71
%0
%2
%25

Triadic Colors of #38bfbc

#38bfbc #bc38bf #bfbc38

Analogous Colors of #38bfbc

#38bfbc #387fbf #38bf79

Monochromatic Colors of #38bfbc

#38bfbc

Complementary Color

#38bfbc #bf383b

#38bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#38bfbc Color CSS Codes

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

#38bfbc Text Font Color

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

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


#38bfbc Background Color

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

This div background color is #38bfbc


#38bfbc Border Color

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

This div border color is #38bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38bfbc


Comments

No comments written yet.

Please login to write comment.